Html Css Color HEX #A8A52B Earls Green

📋 copy color: '#A8A52B'

red 168 ◦ green 165 ◦ blue 43

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

Shades of Earls Green #A8A52B

Tints of Earls Green #A8A52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 44.68%
G = 43.88%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8A52B (or 0xA8A52B) is known color: Earls Green. HEX triplet: A8, A5 and 2B. RGB value is (168,165,43). Sum of RGB (Red+Green+Blue) = 168+165+43=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A52B is #575AD4. Grayscale: #989898. Windows color (decimal): -5724885 or 2860456. OLE color: 2860456.

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

Color convert

RGB 168 165 43 -
CMYK 0 0.02 0.74 0.34
HSL 58.56º 0.59% 0.41% -
HSV(B) 58.56º 0.74% 0.66% -
XYZ 30.04 35.41 7.54 -
YUV 151.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 168 165 43 0 0.02 0.74 0.34 58.56 0.59 0.41
Hex A8 A5 2B 0 2 4A 22 3B 3B 29
Octal 250 245 53 0 2 112 42 73 73 51
Binary 10101000 10100101 101011 0 10 1001010 100010 111011 111011 101001

Color Harmonies of #A8A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A52B

Black with #A8A52B

Text Example


Text Example

White with #A8A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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