Html Css Color HEX #AFA62A Earls Green

📋 copy color: '#AFA62A'

red 175 ◦ green 166 ◦ blue 42

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

Shades of Earls Green #AFA62A

Tints of Earls Green #AFA62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 45.69%
G = 43.34%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AFA62A (or 0xAFA62A) is known color: Earls Green. HEX triplet: AF, A6 and 2A. RGB value is (175,166,42). Sum of RGB (Red+Green+Blue) = 175+166+42=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA62A is #5059D5. Grayscale: #9B9B9B. Windows color (decimal): -5265878 or 2795183. OLE color: 2795183.

HSL color Cylindrical-coordinate representation of color #AFA62A: hue angle of 55.94º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFA62A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 42 -
CMYK 0 0.05 0.76 0.31
HSL 55.94º 0.61% 0.43% -
HSV(B) 55.94º 0.76% 0.69% -
XYZ 31.73 36.55 7.57 -
YUV 154.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 175 166 42 0 0.05 0.76 0.31 55.94 0.61 0.43
Hex AF A6 2A 0 5 4C 1F 38 3D 2B
Octal 257 246 52 0 5 114 37 70 75 53
Binary 10101111 10100110 101010 0 101 1001100 11111 111000 111101 101011

Color Harmonies of #AFA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA62A

Black with #AFA62A

Text Example


Text Example

White with #AFA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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