Html Css Color HEX #ABAF7D Locust

📋 copy color: '#ABAF7D'

red 171 ◦ green 175 ◦ blue 125

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

Shades of Locust #ABAF7D

Tints of Locust #ABAF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 36.31%
G = 37.15%
B = 26.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#ABAF7D (or 0xABAF7D) is known color: Locust. HEX triplet: AB, AF and 7D. RGB value is (171,175,125). Sum of RGB (Red+Green+Blue) = 171+175+125=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7D is #545082. Grayscale: #A8A8A8. Windows color (decimal): -5525635 or 8236971. OLE color: 8236971.

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

Color convert

RGB 171 175 125 -
CMYK 0.02 0 0.29 0.31
HSL 64.8º 0.24% 0.59% -
HSV(B) 64.8º 0.29% 0.69% -
XYZ 35.83 40.8 25.39 -
YUV 168.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 171 175 125 0.02 0 0.29 0.31 64.8 0.24 0.59
Hex AB AF 7D 2 0 1D 1F 41 18 3B
Octal 253 257 175 2 0 35 37 101 30 73
Binary 10101011 10101111 1111101 10 0 11101 11111 1000001 11000 111011

Color Harmonies of #ABAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF7D

Black with #ABAF7D

Text Example


Text Example

White with #ABAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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