Html Css Color HEX #A5A676 Locust

📋 copy color: '#A5A676'

red 165 ◦ green 166 ◦ blue 118

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

Shades of Locust #A5A676

Tints of Locust #A5A676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 36.75%
G = 36.97%
B = 26.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A5A676 (or 0xA5A676) is known color: Locust. HEX triplet: A5, A6 and 76. RGB value is (165,166,118). Sum of RGB (Red+Green+Blue) = 165+166+118=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A676 is #5A5989. Grayscale: #A0A0A0. Windows color (decimal): -5921162 or 7775909. OLE color: 7775909.

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

Color convert

RGB 165 166 118 -
CMYK 0.01 0 0.29 0.35
HSL 61.25º 0.21% 0.56% -
HSV(B) 61.25º 0.29% 0.65% -
XYZ 32.42 36.58 22.49 -
YUV 160.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 165 166 118 0.01 0 0.29 0.35 61.25 0.21 0.56
Hex A5 A6 76 1 0 1D 23 3D 15 38
Octal 245 246 166 1 0 35 43 75 25 70
Binary 10100101 10100110 1110110 1 0 11101 100011 111101 10101 111000

Color Harmonies of #A5A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A676

Black with #A5A676

Text Example


Text Example

White with #A5A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A676; }

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

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

background-color css

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

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

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

border-color css

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

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

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