Html Css Color HEX #ABAA75 Locust

📋 copy color: '#ABAA75'

red 171 ◦ green 170 ◦ blue 117

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

Shades of Locust #ABAA75

Tints of Locust #ABAA75

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ABAA75: hue angle of 58.89º 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 #ABAA75 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 117 -
CMYK 0 0.01 0.32 0.33
HSL 58.89º 0.24% 0.56% -
HSV(B) 58.89º 0.32% 0.67% -
XYZ 34.38 38.69 22.49 -
YUV 164.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 171 170 117 0 0.01 0.32 0.33 58.89 0.24 0.56
Hex AB AA 75 0 1 20 21 3B 18 38
Octal 253 252 165 0 1 40 41 73 30 70
Binary 10101011 10101010 1110101 0 1 100000 100001 111011 11000 111000

Color Harmonies of #ABAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA75

Black with #ABAA75

Text Example


Text Example

White with #ABAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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