Html Css Color HEX #A7A52F Earls Green

📋 copy color: '#A7A52F'

red 167 ◦ green 165 ◦ blue 47

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

Shades of Earls Green #A7A52F

Tints of Earls Green #A7A52F

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 44.06%
G = 43.54%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7A52F (or 0xA7A52F) is known color: Earls Green. HEX triplet: A7, A5 and 2F. RGB value is (167,165,47). Sum of RGB (Red+Green+Blue) = 167+165+47=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A52F is #585AD0. Grayscale: #989898. Windows color (decimal): -5790417 or 3122599. OLE color: 3122599.

HSL color Cylindrical-coordinate representation of color #A7A52F: hue angle of 59º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7A52F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 165 47 -
CMYK 0 0.01 0.72 0.35
HSL 59º 0.56% 0.42% -
HSV(B) 59º 0.72% 0.65% -
XYZ 29.9 35.33 7.93 -
YUV 152.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 167 165 47 0 0.01 0.72 0.35 59 0.56 0.42
Hex A7 A5 2F 0 1 48 23 3B 38 2A
Octal 247 245 57 0 1 110 43 73 70 52
Binary 10100111 10100101 101111 0 1 1001000 100011 111011 111000 101010

Color Harmonies of #A7A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A52F

Black with #A7A52F

Text Example


Text Example

White with #A7A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A52F; }

 p { color: rgb(167,165,47); }

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

background-color css

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

 a { background-color: rgb(167,165,47); }

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

border-color css

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

 span { border-color: rgb(167,165,47); }

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