Html Css Color HEX #AFA926 Earls Green

📋 copy color: '#AFA926'

red 175 ◦ green 169 ◦ blue 38

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

Shades of Earls Green #AFA926

Tints of Earls Green #AFA926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.95%

R = 45.81%
G = 44.24%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AFA926 (or 0xAFA926) is known color: Earls Green. HEX triplet: AF, A9 and 26. RGB value is (175,169,38). Sum of RGB (Red+Green+Blue) = 175+169+38=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA926 is #5056D9. Grayscale: #9C9C9C. Windows color (decimal): -5265114 or 2533807. OLE color: 2533807.

HSL color Cylindrical-coordinate representation of color #AFA926: hue angle of 57.37º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFA926 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 38 -
CMYK 0 0.03 0.78 0.31
HSL 57.37º 0.64% 0.42% -
HSV(B) 57.37º 0.78% 0.69% -
XYZ 32.22 37.63 7.4 -
YUV 155.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 175 169 38 0 0.03 0.78 0.31 57.37 0.64 0.42
Hex AF A9 26 0 3 4E 1F 39 40 2A
Octal 257 251 46 0 3 116 37 71 100 52
Binary 10101111 10101001 100110 0 11 1001110 11111 111001 1000000 101010

Color Harmonies of #AFA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA926

Black with #AFA926

Text Example


Text Example

White with #AFA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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