Html Css Color HEX #ABAB75 Locust

📋 copy color: '#ABAB75'

red 171 ◦ green 171 ◦ blue 117

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

Shades of Locust #ABAB75

Tints of Locust #ABAB75

RGB

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

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

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

R = 37.25%
G = 37.25%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABAB75 (or 0xABAB75) is known color: Locust. HEX triplet: AB, AB and 75. RGB value is (171,171,117). Sum of RGB (Red+Green+Blue) = 171+171+117=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB75 is #54548A. Grayscale: #A5A5A5. Windows color (decimal): -5526667 or 7711659. OLE color: 7711659.

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

Color convert

RGB 171 171 117 -
CMYK 0 0 0.32 0.33
HSL 60º 0.24% 0.56% -
HSV(B) 60º 0.32% 0.67% -
XYZ 34.57 39.07 22.55 -
YUV 164.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 171 171 117 0 0 0.32 0.33 60 0.24 0.56
Hex AB AB 75 0 0 20 21 3C 18 38
Octal 253 253 165 0 0 40 41 74 30 70
Binary 10101011 10101011 1110101 0 0 100000 100001 111100 11000 111000

Color Harmonies of #ABAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB75

Black with #ABAB75

Text Example


Text Example

White with #ABAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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