Html Css Color HEX #ABAF74 Locust

📋 copy color: '#ABAF74'

red 171 ◦ green 175 ◦ blue 116

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

Shades of Locust #ABAF74

Tints of Locust #ABAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 37.01%
G = 37.88%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ABAF74 (or 0xABAF74) is known color: Locust. HEX triplet: AB, AF and 74. RGB value is (171,175,116). Sum of RGB (Red+Green+Blue) = 171+175+116=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF74 is #54508B. Grayscale: #A7A7A7. Windows color (decimal): -5525644 or 7647147. OLE color: 7647147.

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

Color convert

RGB 171 175 116 -
CMYK 0.02 0 0.34 0.31
HSL 64.07º 0.27% 0.57% -
HSV(B) 64.07º 0.34% 0.69% -
XYZ 35.28 40.58 22.5 -
YUV 167.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 171 175 116 0.02 0 0.34 0.31 64.07 0.27 0.57
Hex AB AF 74 2 0 22 1F 40 1B 39
Octal 253 257 164 2 0 42 37 100 33 71
Binary 10101011 10101111 1110100 10 0 100010 11111 1000000 11011 111001

Color Harmonies of #ABAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF74

Black with #ABAF74

Text Example


Text Example

White with #ABAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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