Html Css Color HEX #AFB079 Locust

📋 copy color: '#AFB079'

red 175 ◦ green 176 ◦ blue 121

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

Shades of Locust #AFB079

Tints of Locust #AFB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 37.08%
G = 37.29%
B = 25.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFB079 (or 0xAFB079) is known color: Locust. HEX triplet: AF, B0 and 79. RGB value is (175,176,121). Sum of RGB (Red+Green+Blue) = 175+176+121=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB079 is #504F86. Grayscale: #A9A9A9. Windows color (decimal): -5263239 or 7975087. OLE color: 7975087.

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

Color convert

RGB 175 176 121 -
CMYK 0.01 0 0.31 0.31
HSL 61.09º 0.26% 0.58% -
HSV(B) 61.09º 0.31% 0.69% -
XYZ 36.66 41.55 24.18 -
YUV 169.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 175 176 121 0.01 0 0.31 0.31 61.09 0.26 0.58
Hex AF B0 79 1 0 1F 1F 3D 1A 3A
Octal 257 260 171 1 0 37 37 75 32 72
Binary 10101111 10110000 1111001 1 0 11111 11111 111101 11010 111010

Color Harmonies of #AFB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB079

Black with #AFB079

Text Example


Text Example

White with #AFB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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