Html Css Color HEX #AFA922 Earls Green

📋 copy color: '#AFA922'

red 175 ◦ green 169 ◦ blue 34

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

Shades of Earls Green #AFA922

Tints of Earls Green #AFA922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

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

R = 46.3%
G = 44.71%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA922 (or 0xAFA922) is known color: Earls Green. HEX triplet: AF, A9 and 22. RGB value is (175,169,34). Sum of RGB (Red+Green+Blue) = 175+169+34=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA922 is #5056DD. Grayscale: #9B9B9B. Windows color (decimal): -5265118 or 2271663. OLE color: 2271663.

HSL color Cylindrical-coordinate representation of color #AFA922: hue angle of 57.45º 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 #AFA922 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 34 -
CMYK 0 0.03 0.81 0.31
HSL 57.45º 0.67% 0.41% -
HSV(B) 57.45º 0.81% 0.69% -
XYZ 32.16 37.61 7.08 -
YUV 155.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 175 169 34 0 0.03 0.81 0.31 57.45 0.67 0.41
Hex AF A9 22 0 3 51 1F 39 43 29
Octal 257 251 42 0 3 121 37 71 103 51
Binary 10101111 10101001 100010 0 11 1010001 11111 111001 1000011 101001

Color Harmonies of #AFA922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA922

Black with #AFA922

Text Example


Text Example

White with #AFA922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA922; }

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

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

background-color css

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

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

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

border-color css

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

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

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