Html Css Color HEX #A8A873 Locust

📋 copy color: '#A8A873'

red 168 ◦ green 168 ◦ blue 115

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

Shades of Locust #A8A873

Tints of Locust #A8A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 37.25%
G = 37.25%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A8A873 (or 0xA8A873) is known color: Locust. HEX triplet: A8, A8 and 73. RGB value is (168,168,115). Sum of RGB (Red+Green+Blue) = 168+168+115=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A873 is #57578C. Grayscale: #A2A2A2. Windows color (decimal): -5724045 or 7579816. OLE color: 7579816.

HSL color Cylindrical-coordinate representation of color #A8A873: hue angle of 60º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A873 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 168 115 -
CMYK 0 0 0.32 0.34
HSL 60º 0.23% 0.55% -
HSV(B) 60º 0.32% 0.66% -
XYZ 33.25 37.57 21.72 -
YUV 161.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 168 168 115 0 0 0.32 0.34 60 0.23 0.55
Hex A8 A8 73 0 0 20 22 3C 17 37
Octal 250 250 163 0 0 40 42 74 27 67
Binary 10101000 10101000 1110011 0 0 100000 100010 111100 10111 110111

Color Harmonies of #A8A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A873

Black with #A8A873

Text Example


Text Example

White with #A8A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A873; }

 p { color: rgb(168,168,115); }

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

background-color css

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

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

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

border-color css

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

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

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