Html Css Color HEX #AFB283 Locust

📋 copy color: '#AFB283'

red 175 ◦ green 178 ◦ blue 131

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

Shades of Locust #AFB283

Tints of Locust #AFB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

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

R = 36.16%
G = 36.78%
B = 27.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#AFB283 (or 0xAFB283) is known color: Locust. HEX triplet: AF, B2 and 83. RGB value is (175,178,131). Sum of RGB (Red+Green+Blue) = 175+178+131=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB283 is #504D7C. Grayscale: #ABABAB. Windows color (decimal): -5262717 or 8630959. OLE color: 8630959.

HSL color Cylindrical-coordinate representation of color #AFB283: hue angle of 63.83º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB283 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 131 -
CMYK 0.02 0 0.26 0.30
HSL 63.83º 0.23% 0.61% -
HSV(B) 63.83º 0.26% 0.7% -
XYZ 37.7 42.59 27.71 -
YUV 171.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 175 178 131 0.02 0 0.26 0.30 63.83 0.23 0.61
Hex AF B2 83 2 0 1A 1E 40 17 3D
Octal 257 262 203 2 0 32 36 100 27 75
Binary 10101111 10110010 10000011 10 0 11010 11110 1000000 10111 111101

Color Harmonies of #AFB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB283

Black with #AFB283

Text Example


Text Example

White with #AFB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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