Html Css Color HEX #AFB383 Locust

📋 copy color: '#AFB383'

red 175 ◦ green 179 ◦ blue 131

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

Shades of Locust #AFB383

Tints of Locust #AFB383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 36.08%
G = 36.91%
B = 27.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#AFB383 (or 0xAFB383) is known color: Locust. HEX triplet: AF, B3 and 83. RGB value is (175,179,131). Sum of RGB (Red+Green+Blue) = 175+179+131=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB383 is #504C7C. Grayscale: #ACACAC. Windows color (decimal): -5262461 or 8631215. OLE color: 8631215.

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

Color convert

RGB 175 179 131 -
CMYK 0.02 0 0.27 0.30
HSL 65º 0.24% 0.61% -
HSV(B) 65º 0.27% 0.7% -
XYZ 37.9 42.99 27.77 -
YUV 172.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 175 179 131 0.02 0 0.27 0.30 65 0.24 0.61
Hex AF B3 83 2 0 1B 1E 41 18 3D
Octal 257 263 203 2 0 33 36 101 30 75
Binary 10101111 10110011 10000011 10 0 11011 11110 1000001 11000 111101

Color Harmonies of #AFB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB383

Black with #AFB383

Text Example


Text Example

White with #AFB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB383; }

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

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

background-color css

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

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

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

border-color css

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

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

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