#AFB07D

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

Shades of Locust #AFB07D

Tints of Locust #AFB07D

Color information

#AFB07D (or 0xAFB07D) is unknown color: approx Locust. HEX triplet: AF, B0 and 7D. RGB value is (175,176,125). Sum of RGB (Red+Green+Blue) = 175+176+125=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07D is #504F82. Grayscale: #AAAAAA. Windows color (decimal): -5263235 or 8237231. OLE color: 8237231.

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

Color convert

RGB175176125-
CMYK0.0100.290.31
HSL61.18º24.4%59.02%-
HSV(B)61.18º28.98%69.02%-
XYZ36.9141.6525.5-
YUV169.89102.67131.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=36.76%
G=36.97%
B=26.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761250.0100.290.3161.1824.459.02
HexAFB07D101D1F3d183b
Octal257260175103537753073
Binary1010111110110000111110110111011111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB07D; }

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

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

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

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

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

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

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

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