Html Css Color HEX #ABAF77 Locust

📋 copy color: '#ABAF77'

red 171 ◦ green 175 ◦ blue 119

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

Shades of Locust #ABAF77

Tints of Locust #ABAF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 36.77%
G = 37.63%
B = 25.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ABAF77 (or 0xABAF77) is known color: Locust. HEX triplet: AB, AF and 77. RGB value is (171,175,119). Sum of RGB (Red+Green+Blue) = 171+175+119=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF77 is #545088. Grayscale: #A7A7A7. Windows color (decimal): -5525641 or 7843755. OLE color: 7843755.

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

Color convert

RGB 171 175 119 -
CMYK 0.02 0 0.32 0.31
HSL 64.29º 0.26% 0.58% -
HSV(B) 64.29º 0.32% 0.69% -
XYZ 35.45 40.65 23.43 -
YUV 167.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 171 175 119 0.02 0 0.32 0.31 64.29 0.26 0.58
Hex AB AF 77 2 0 20 1F 40 1A 3A
Octal 253 257 167 2 0 40 37 100 32 72
Binary 10101011 10101111 1110111 10 0 100000 11111 1000000 11010 111010

Color Harmonies of #ABAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF77

Black with #ABAF77

Text Example


Text Example

White with #ABAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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