Html Css Color HEX #AFA621 Earls Green

📋 copy color: '#AFA621'

red 175 ◦ green 166 ◦ blue 33

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

Shades of Earls Green #AFA621

Tints of Earls Green #AFA621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 46.79%
G = 44.39%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA621 (or 0xAFA621) is known color: Earls Green. HEX triplet: AF, A6 and 21. RGB value is (175,166,33). Sum of RGB (Red+Green+Blue) = 175+166+33=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA621 is #5059DE. Grayscale: #9A9A9A. Windows color (decimal): -5265887 or 2205359. OLE color: 2205359.

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

Color convert

RGB 175 166 33 -
CMYK 0 0.05 0.81 0.31
HSL 56.2º 0.68% 0.41% -
HSV(B) 56.2º 0.81% 0.69% -
XYZ 31.59 36.5 6.82 -
YUV 153.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 175 166 33 0 0.05 0.81 0.31 56.2 0.68 0.41
Hex AF A6 21 0 5 51 1F 38 44 29
Octal 257 246 41 0 5 121 37 70 104 51
Binary 10101111 10100110 100001 0 101 1010001 11111 111000 1000100 101001

Color Harmonies of #AFA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA621

Black with #AFA621

Text Example


Text Example

White with #AFA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA621; }

 p { color: rgb(175,166,33); }

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

background-color css

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

 a { background-color: rgb(175,166,33); }

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

border-color css

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

 span { border-color: rgb(175,166,33); }

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