Html Css Color HEX #A5A688 Locust

📋 copy color: '#A5A688'

red 165 ◦ green 166 ◦ blue 136

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

Shades of Locust #A5A688

Tints of Locust #A5A688

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

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

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 35.33%
G = 35.55%
B = 29.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A5A688 (or 0xA5A688) is known color: Locust. HEX triplet: A5, A6 and 88. RGB value is (165,166,136). Sum of RGB (Red+Green+Blue) = 165+166+136=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A688 is #5A5977. Grayscale: #A2A2A2. Windows color (decimal): -5921144 or 8955557. OLE color: 8955557.

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

Color convert

RGB 165 166 136 -
CMYK 0.01 0 0.18 0.35
HSL 62º 0.14% 0.59% -
HSV(B) 62º 0.18% 0.65% -
XYZ 33.6 37.05 28.67 -
YUV 162.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 165 166 136 0.01 0 0.18 0.35 62 0.14 0.59
Hex A5 A6 88 1 0 12 23 3E E 3B
Octal 245 246 210 1 0 22 43 76 16 73
Binary 10100101 10100110 10001000 1 0 10010 100011 111110 1110 111011

Color Harmonies of #A5A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A688

Black with #A5A688

Text Example


Text Example

White with #A5A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A688; }

 p { color: rgb(165,166,136); }

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

background-color css

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

 a { background-color: rgb(165,166,136); }

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

border-color css

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

 span { border-color: rgb(165,166,136); }

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