Html Css Color HEX #AFA521 Earls Green

📋 copy color: '#AFA521'

red 175 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #AFA521

Tints of Earls Green #AFA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

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

R = 46.92%
G = 44.24%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AFA521 (or 0xAFA521) is known color: Earls Green. HEX triplet: AF, A5 and 21. RGB value is (175,165,33). Sum of RGB (Red+Green+Blue) = 175+165+33=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA521 is #505ADE. Grayscale: #999999. Windows color (decimal): -5266143 or 2205103. OLE color: 2205103.

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

Color convert

RGB 175 165 33 -
CMYK 0 0.06 0.81 0.31
HSL 55.77º 0.68% 0.41% -
HSV(B) 55.77º 0.81% 0.69% -
XYZ 31.41 36.13 6.76 -
YUV 152.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 175 165 33 0 0.06 0.81 0.31 55.77 0.68 0.41
Hex AF A5 21 0 6 51 1F 38 44 29
Octal 257 245 41 0 6 121 37 70 104 51
Binary 10101111 10100101 100001 0 110 1010001 11111 111000 1000100 101001

Color Harmonies of #AFA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA521

Black with #AFA521

Text Example


Text Example

White with #AFA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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