Html Css Color HEX #AFB181 Locust

📋 copy color: '#AFB181'

red 175 ◦ green 177 ◦ blue 129

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

Shades of Locust #AFB181

Tints of Locust #AFB181

RGB

 RED value IS 175 (68.75% from 255) = 36.38%

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 36.38%
G = 36.8%
B = 26.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AFB181 (or 0xAFB181) is known color: Locust. HEX triplet: AF, B1 and 81. RGB value is (175,177,129). Sum of RGB (Red+Green+Blue) = 175+177+129=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB181 is #504E7E. Grayscale: #ABABAB. Windows color (decimal): -5262975 or 8499631. OLE color: 8499631.

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

Color convert

RGB 175 177 129 -
CMYK 0.01 0 0.27 0.31
HSL 62.5º 0.24% 0.6% -
HSV(B) 62.5º 0.27% 0.69% -
XYZ 37.36 42.14 26.93 -
YUV 170.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 175 177 129 0.01 0 0.27 0.31 62.5 0.24 0.6
Hex AF B1 81 1 0 1B 1F 3F 18 3C
Octal 257 261 201 1 0 33 37 77 30 74
Binary 10101111 10110001 10000001 1 0 11011 11111 111111 11000 111100

Color Harmonies of #AFB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB181

Black with #AFB181

Text Example


Text Example

White with #AFB181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB181; }

 p { color: rgb(175,177,129); }

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

background-color css

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

 a { background-color: rgb(175,177,129); }

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

border-color css

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

 span { border-color: rgb(175,177,129); }

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