Html Css Color HEX #A5A97D Locust

📋 copy color: '#A5A97D'

red 165 ◦ green 169 ◦ blue 125

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

Shades of Locust #A5A97D

Tints of Locust #A5A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 35.95%
G = 36.82%
B = 27.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A5A97D (or 0xA5A97D) is known color: Locust. HEX triplet: A5, A9 and 7D. RGB value is (165,169,125). Sum of RGB (Red+Green+Blue) = 165+169+125=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A97D is #5A5682. Grayscale: #A2A2A2. Windows color (decimal): -5920387 or 8235429. OLE color: 8235429.

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

Color convert

RGB 165 169 125 -
CMYK 0.02 0 0.26 0.34
HSL 65.45º 0.2% 0.58% -
HSV(B) 65.45º 0.26% 0.66% -
XYZ 33.41 37.86 24.95 -
YUV 162.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 165 169 125 0.02 0 0.26 0.34 65.45 0.2 0.58
Hex A5 A9 7D 2 0 1A 22 41 14 3A
Octal 245 251 175 2 0 32 42 101 24 72
Binary 10100101 10101001 1111101 10 0 11010 100010 1000001 10100 111010

Color Harmonies of #A5A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A97D

Black with #A5A97D

Text Example


Text Example

White with #A5A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A97D; }

 p { color: rgb(165,169,125); }

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

background-color css

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

 a { background-color: rgb(165,169,125); }

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

border-color css

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

 span { border-color: rgb(165,169,125); }

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