Html Css Color HEX #AFA422 Earls Green

📋 copy color: '#AFA422'

red 175 ◦ green 164 ◦ blue 34

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

Shades of Earls Green #AFA422

Tints of Earls Green #AFA422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 34 (13.67% from 255) = 9.12%

R = 46.92%
G = 43.97%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA422 (or 0xAFA422) is known color: Earls Green. HEX triplet: AF, A4 and 22. RGB value is (175,164,34). Sum of RGB (Red+Green+Blue) = 175+164+34=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA422 is #505BDD. Grayscale: #999999. Windows color (decimal): -5266398 or 2270383. OLE color: 2270383.

HSL color Cylindrical-coordinate representation of color #AFA422: hue angle of 55.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFA422 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 34 -
CMYK 0 0.06 0.81 0.31
HSL 55.32º 0.67% 0.41% -
HSV(B) 55.32º 0.81% 0.69% -
XYZ 31.24 35.78 6.77 -
YUV 152.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 175 164 34 0 0.06 0.81 0.31 55.32 0.67 0.41
Hex AF A4 22 0 6 51 1F 37 43 29
Octal 257 244 42 0 6 121 37 67 103 51
Binary 10101111 10100100 100010 0 110 1010001 11111 110111 1000011 101001

Color Harmonies of #AFA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA422

Black with #AFA422

Text Example


Text Example

White with #AFA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA422; }

 p { color: rgb(175,164,34); }

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

background-color css

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

 a { background-color: rgb(175,164,34); }

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

border-color css

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

 span { border-color: rgb(175,164,34); }

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