Html Css Color HEX #ABAF82 Locust

📋 copy color: '#ABAF82'

red 171 ◦ green 175 ◦ blue 130

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

Shades of Locust #ABAF82

Tints of Locust #ABAF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 35.92%
G = 36.76%
B = 27.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ABAF82 (or 0xABAF82) is known color: Locust. HEX triplet: AB, AF and 82. RGB value is (171,175,130). Sum of RGB (Red+Green+Blue) = 171+175+130=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF82 is #54507D. Grayscale: #A8A8A8. Windows color (decimal): -5525630 or 8564651. OLE color: 8564651.

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

Color convert

RGB 171 175 130 -
CMYK 0.02 0 0.26 0.31
HSL 65.33º 0.22% 0.6% -
HSV(B) 65.33º 0.26% 0.69% -
XYZ 36.15 40.93 27.11 -
YUV 168.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 171 175 130 0.02 0 0.26 0.31 65.33 0.22 0.6
Hex AB AF 82 2 0 1A 1F 41 16 3C
Octal 253 257 202 2 0 32 37 101 26 74
Binary 10101011 10101111 10000010 10 0 11010 11111 1000001 10110 111100

Color Harmonies of #ABAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF82

Black with #ABAF82

Text Example


Text Example

White with #ABAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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