Html Css Color HEX #AAAB75 Locust

📋 copy color: '#AAAB75'

red 170 ◦ green 171 ◦ blue 117

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

Shades of Locust #AAAB75

Tints of Locust #AAAB75

RGB

 RED value IS 170 (66.8% from 255) = 37.12%

 GREEN value IS 171 (67.19% from 255) = 37.34%

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

R = 37.12%
G = 37.34%
B = 25.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AAAB75 (or 0xAAAB75) is known color: Locust. HEX triplet: AA, AB and 75. RGB value is (170,171,117). Sum of RGB (Red+Green+Blue) = 170+171+117=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB75 is #55548A. Grayscale: #A4A4A4. Windows color (decimal): -5592203 or 7711658. OLE color: 7711658.

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

Color convert

RGB 170 171 117 -
CMYK 0.01 0 0.32 0.33
HSL 61.11º 0.24% 0.56% -
HSV(B) 61.11º 0.32% 0.67% -
XYZ 34.35 38.96 22.54 -
YUV 164.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 170 171 117 0.01 0 0.32 0.33 61.11 0.24 0.56
Hex AA AB 75 1 0 20 21 3D 18 38
Octal 252 253 165 1 0 40 41 75 30 70
Binary 10101010 10101011 1110101 1 0 100000 100001 111101 11000 111000

Color Harmonies of #AAAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB75

Black with #AAAB75

Text Example


Text Example

White with #AAAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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