Html Css Color HEX #AFB183 Locust

📋 copy color: '#AFB183'

red 175 ◦ green 177 ◦ blue 131

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

Shades of Locust #AFB183

Tints of Locust #AFB183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 36.23%
G = 36.65%
B = 27.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFB183 (or 0xAFB183) is known color: Locust. HEX triplet: AF, B1 and 83. RGB value is (175,177,131). Sum of RGB (Red+Green+Blue) = 175+177+131=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB183 is #504E7C. Grayscale: #ABABAB. Windows color (decimal): -5262973 or 8630703. OLE color: 8630703.

HSL color Cylindrical-coordinate representation of color #AFB183: hue angle of 62.61º degrees, saturation: 0.23, 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 #AFB183 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 131 -
CMYK 0.01 0 0.26 0.31
HSL 62.61º 0.23% 0.6% -
HSV(B) 62.61º 0.26% 0.69% -
XYZ 37.5 42.2 27.64 -
YUV 171.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 175 177 131 0.01 0 0.26 0.31 62.61 0.23 0.6
Hex AF B1 83 1 0 1A 1F 3F 17 3C
Octal 257 261 203 1 0 32 37 77 27 74
Binary 10101111 10110001 10000011 1 0 11010 11111 111111 10111 111100

Color Harmonies of #AFB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB183

Black with #AFB183

Text Example


Text Example

White with #AFB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB183; }

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

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

background-color css

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

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

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

border-color css

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

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

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