Html Css Color HEX #AFB382 Locust

📋 copy color: '#AFB382'

red 175 ◦ green 179 ◦ blue 130

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

Shades of Locust #AFB382

Tints of Locust #AFB382

RGB

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

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

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

R = 36.16%
G = 36.98%
B = 26.86%

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

#AFB382 (or 0xAFB382) is known color: Locust. HEX triplet: AF, B3 and 82. RGB value is (175,179,130). Sum of RGB (Red+Green+Blue) = 175+179+130=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB382 is #504C7D. Grayscale: #ACACAC. Windows color (decimal): -5262462 or 8565679. OLE color: 8565679.

HSL color Cylindrical-coordinate representation of color #AFB382: hue angle of 64.9º 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 #AFB382 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 130 -
CMYK 0.02 0 0.27 0.30
HSL 64.9º 0.24% 0.61% -
HSV(B) 64.9º 0.27% 0.7% -
XYZ 37.83 42.97 27.42 -
YUV 172.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 175 179 130 0.02 0 0.27 0.30 64.9 0.24 0.61
Hex AF B3 82 2 0 1B 1E 41 18 3D
Octal 257 263 202 2 0 33 36 101 30 75
Binary 10101111 10110011 10000010 10 0 11011 11110 1000001 11000 111101

Color Harmonies of #AFB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB382

Black with #AFB382

Text Example


Text Example

White with #AFB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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