Html Css Color HEX #AFA321 Earls Green

📋 copy color: '#AFA321'

red 175 ◦ green 163 ◦ blue 33

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

Shades of Earls Green #AFA321

Tints of Earls Green #AFA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 47.17%
G = 43.94%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA321 (or 0xAFA321) is known color: Earls Green. HEX triplet: AF, A3 and 21. RGB value is (175,163,33). Sum of RGB (Red+Green+Blue) = 175+163+33=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA321 is #505CDE. Grayscale: #989898. Windows color (decimal): -5266655 or 2204591. OLE color: 2204591.

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

Color convert

RGB 175 163 33 -
CMYK 0 0.07 0.81 0.31
HSL 54.93º 0.68% 0.41% -
HSV(B) 54.93º 0.81% 0.69% -
XYZ 31.05 35.42 6.64 -
YUV 151.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 175 163 33 0 0.07 0.81 0.31 54.93 0.68 0.41
Hex AF A3 21 0 7 51 1F 37 44 29
Octal 257 243 41 0 7 121 37 67 104 51
Binary 10101111 10100011 100001 0 111 1010001 11111 110111 1000100 101001

Color Harmonies of #AFA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA321

Black with #AFA321

Text Example


Text Example

White with #AFA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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