Html Css Color HEX #AFA32C Earls Green

📋 copy color: '#AFA32C'

red 175 ◦ green 163 ◦ blue 44

#AFA32C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AFA32C

Tints of Earls Green #AFA32C

RGB

 RED value IS 175 (68.75% from 255) = 45.81%

 GREEN value IS 163 (64.06% from 255) = 42.67%

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 45.81%
G = 42.67%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA32C (or 0xAFA32C) is known color: Earls Green. HEX triplet: AF, A3 and 2C. RGB value is (175,163,44). Sum of RGB (Red+Green+Blue) = 175+163+44=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA32C is #505CD3. Grayscale: #999999. Windows color (decimal): -5266644 or 2925487. OLE color: 2925487.

HSL color Cylindrical-coordinate representation of color #AFA32C: hue angle of 54.5º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFA32C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 44 -
CMYK 0 0.07 0.75 0.31
HSL 54.5º 0.6% 0.43% -
HSV(B) 54.5º 0.75% 0.69% -
XYZ 31.23 35.49 7.59 -
YUV 153.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 175 163 44 0 0.07 0.75 0.31 54.5 0.6 0.43
Hex AF A3 2C 0 7 4B 1F 37 3C 2B
Octal 257 243 54 0 7 113 37 67 74 53
Binary 10101111 10100011 101100 0 111 1001011 11111 110111 111100 101011

Color Harmonies of #AFA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA32C

Black with #AFA32C

Text Example


Text Example

White with #AFA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA32C; }

 p { color: rgb(175,163,44); }

 H1.HeaderClassName
 {
   color: #AFA32C;
 }
 .AnyTagClassName
 {
   color: #AFA32C;
 }
</style>

background-color css

<style>
 a { background-color: #AFA32C; }

 a { background-color: rgb(175,163,44); }

 div.DivClassName
 {
   background-color: #AFA32C;
 }
 .BgClassName
 {
   background-color: #AFA32C;
 }
</style>

border-color css

<style>
 span { border-color: #AFA32C; }

 span { border-color: rgb(175,163,44); }

 td.TdClassName
 {
   border-color: #AFA32C;
 }
 .TagClassName
 {
   border-color: #AFA32C;
 }
</style>