Html Css Color HEX #AFB37F Locust

📋 copy color: '#AFB37F'

red 175 ◦ green 179 ◦ blue 127

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

Shades of Locust #AFB37F

Tints of Locust #AFB37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.4%

R = 36.38%
G = 37.21%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#AFB37F (or 0xAFB37F) is known color: Locust. HEX triplet: AF, B3 and 7F. RGB value is (175,179,127). Sum of RGB (Red+Green+Blue) = 175+179+127=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37F is #504C80. Grayscale: #ACACAC. Windows color (decimal): -5262465 or 8369071. OLE color: 8369071.

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

Color convert

RGB 175 179 127 -
CMYK 0.02 0 0.29 0.30
HSL 64.62º 0.25% 0.6% -
HSV(B) 64.62º 0.29% 0.7% -
XYZ 37.63 42.89 26.37 -
YUV 171.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 175 179 127 0.02 0 0.29 0.30 64.62 0.25 0.6
Hex AF B3 7F 2 0 1D 1E 41 19 3C
Octal 257 263 177 2 0 35 36 101 31 74
Binary 10101111 10110011 1111111 10 0 11101 11110 1000001 11001 111100

Color Harmonies of #AFB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB37F

Black with #AFB37F

Text Example


Text Example

White with #AFB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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