#AFB07B

Color #AFB07B Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #AFB07B

Tints of Locust #AFB07B

Color information

#AFB07B (or 0xAFB07B) is unknown color: approx Locust. HEX triplet: AF, B0 and 7B. RGB value is (175,176,123). Sum of RGB (Red+Green+Blue) = 175+176+123=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07B is #504F84. Grayscale: #A9A9A9. Windows color (decimal): -5263237 or 8106159. OLE color: 8106159.

HSL color Cylindrical-coordinate representation of color #AFB07B: hue angle of 61.13º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB07B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175176123-
CMYK0.0100.300.31
HSL61.13º25.12%58.63%-
HSV(B)61.13º30.11%69.02%-
XYZ36.7841.5924.83-
YUV169.66101.67131.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=36.92%
G=37.13%
B=25.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761230.0100.300.3161.1325.1258.63
HexAFB07B101E1F3d193b
Octal257260173103637753173
Binary1010111110110000111101110111101111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB07B; }

 p { color: rgb(175,176,123); }

 H1.HeaderClassName
 {
   color: #AFB07B;
 }
 .AnyTagClassName
 {
   color: #AFB07B;
 }
</style>
background-color css

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

 a { background-color: rgb(175,176,123); }

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

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

 span { border-color: rgb(175,176,123); }

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