Html Css Color HEX #A8A52D Earls Green

📋 copy color: '#A8A52D'

red 168 ◦ green 165 ◦ blue 45

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

Shades of Earls Green #A8A52D

Tints of Earls Green #A8A52D

RGB

 RED value IS 168 (66.02% from 255) = 44.44%

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 44.44%
G = 43.65%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8A52D (or 0xA8A52D) is known color: Earls Green. HEX triplet: A8, A5 and 2D. RGB value is (168,165,45). Sum of RGB (Red+Green+Blue) = 168+165+45=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A52D is #575AD2. Grayscale: #989898. Windows color (decimal): -5724883 or 2991528. OLE color: 2991528.

HSL color Cylindrical-coordinate representation of color #A8A52D: hue angle of 58.54º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8A52D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 165 45 -
CMYK 0 0.02 0.73 0.34
HSL 58.54º 0.58% 0.42% -
HSV(B) 58.54º 0.73% 0.66% -
XYZ 30.08 35.42 7.74 -
YUV 152.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 168 165 45 0 0.02 0.73 0.34 58.54 0.58 0.42
Hex A8 A5 2D 0 2 49 22 3B 3A 2A
Octal 250 245 55 0 2 111 42 73 72 52
Binary 10101000 10100101 101101 0 10 1001001 100010 111011 111010 101010

Color Harmonies of #A8A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A52D

Black with #A8A52D

Text Example


Text Example

White with #A8A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A52D; }

 p { color: rgb(168,165,45); }

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

background-color css

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

 a { background-color: rgb(168,165,45); }

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

border-color css

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

 span { border-color: rgb(168,165,45); }

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