Html Css Color HEX #ABAF75 Locust

📋 copy color: '#ABAF75'

red 171 ◦ green 175 ◦ blue 117

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

Shades of Locust #ABAF75

Tints of Locust #ABAF75

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 36.93%
G = 37.8%
B = 25.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#ABAF75 (or 0xABAF75) is known color: Locust. HEX triplet: AB, AF and 75. RGB value is (171,175,117). Sum of RGB (Red+Green+Blue) = 171+175+117=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF75 is #54508A. Grayscale: #A7A7A7. Windows color (decimal): -5525643 or 7712683. OLE color: 7712683.

HSL color Cylindrical-coordinate representation of color #ABAF75: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAF75 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 117 -
CMYK 0.02 0 0.33 0.31
HSL 64.14º 0.27% 0.57% -
HSV(B) 64.14º 0.33% 0.69% -
XYZ 35.34 40.6 22.8 -
YUV 167.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 171 175 117 0.02 0 0.33 0.31 64.14 0.27 0.57
Hex AB AF 75 2 0 21 1F 40 1B 39
Octal 253 257 165 2 0 41 37 100 33 71
Binary 10101011 10101111 1110101 10 0 100001 11111 1000000 11011 111001

Color Harmonies of #ABAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF75

Black with #ABAF75

Text Example


Text Example

White with #ABAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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