Html Css Color HEX #A5AA75 Locust

📋 copy color: '#A5AA75'

red 165 ◦ green 170 ◦ blue 117

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

Shades of Locust #A5AA75

Tints of Locust #A5AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 36.5%
G = 37.61%
B = 25.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A5AA75 (or 0xA5AA75) is known color: Locust. HEX triplet: A5, AA and 75. RGB value is (165,170,117). Sum of RGB (Red+Green+Blue) = 165+170+117=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA75 is #5A558A. Grayscale: #A2A2A2. Windows color (decimal): -5920139 or 7711397. OLE color: 7711397.

HSL color Cylindrical-coordinate representation of color #A5AA75: hue angle of 65.66º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AA75 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 117 -
CMYK 0.03 0 0.31 0.33
HSL 65.66º 0.24% 0.56% -
HSV(B) 65.66º 0.31% 0.67% -
XYZ 33.1 38.03 22.43 -
YUV 162.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 165 170 117 0.03 0 0.31 0.33 65.66 0.24 0.56
Hex A5 AA 75 3 0 1F 21 42 18 38
Octal 245 252 165 3 0 37 41 102 30 70
Binary 10100101 10101010 1110101 11 0 11111 100001 1000010 11000 111000

Color Harmonies of #A5AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA75

Black with #A5AA75

Text Example


Text Example

White with #A5AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA75; }

 p { color: rgb(165,170,117); }

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

background-color css

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

 a { background-color: rgb(165,170,117); }

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

border-color css

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

 span { border-color: rgb(165,170,117); }

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