Html Css Color HEX #AFA828 Earls Green

📋 copy color: '#AFA828'

red 175 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #AFA828

Tints of Earls Green #AFA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 45.69%
G = 43.86%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFA828 (or 0xAFA828) is known color: Earls Green. HEX triplet: AF, A8 and 28. RGB value is (175,168,40). Sum of RGB (Red+Green+Blue) = 175+168+40=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA828 is #5057D7. Grayscale: #9C9C9C. Windows color (decimal): -5265368 or 2664623. OLE color: 2664623.

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

Color convert

RGB 175 168 40 -
CMYK 0 0.04 0.77 0.31
HSL 56.89º 0.63% 0.42% -
HSV(B) 56.89º 0.77% 0.69% -
XYZ 32.06 37.27 7.51 -
YUV 155.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 175 168 40 0 0.04 0.77 0.31 56.89 0.63 0.42
Hex AF A8 28 0 4 4D 1F 39 3F 2A
Octal 257 250 50 0 4 115 37 71 77 52
Binary 10101111 10101000 101000 0 100 1001101 11111 111001 111111 101010

Color Harmonies of #AFA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA828

Black with #AFA828

Text Example


Text Example

White with #AFA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA828; }

 p { color: rgb(175,168,40); }

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

background-color css

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

 a { background-color: rgb(175,168,40); }

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

border-color css

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

 span { border-color: rgb(175,168,40); }

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