Html Css Color HEX #AFB178 Locust

📋 copy color: '#AFB178'

red 175 ◦ green 177 ◦ blue 120

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

Shades of Locust #AFB178

Tints of Locust #AFB178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 37.08%
G = 37.5%
B = 25.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AFB178 (or 0xAFB178) is known color: Locust. HEX triplet: AF, B1 and 78. RGB value is (175,177,120). Sum of RGB (Red+Green+Blue) = 175+177+120=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB178 is #504E87. Grayscale: #AAAAAA. Windows color (decimal): -5262984 or 7909807. OLE color: 7909807.

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

Color convert

RGB 175 177 120 -
CMYK 0.01 0 0.32 0.31
HSL 62.11º 0.27% 0.58% -
HSV(B) 62.11º 0.32% 0.69% -
XYZ 36.79 41.91 23.92 -
YUV 169.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 175 177 120 0.01 0 0.32 0.31 62.11 0.27 0.58
Hex AF B1 78 1 0 20 1F 3E 1B 3A
Octal 257 261 170 1 0 40 37 76 33 72
Binary 10101111 10110001 1111000 1 0 100000 11111 111110 11011 111010

Color Harmonies of #AFB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB178

Black with #AFB178

Text Example


Text Example

White with #AFB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB178; }

 p { color: rgb(175,177,120); }

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

background-color css

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

 a { background-color: rgb(175,177,120); }

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

border-color css

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

 span { border-color: rgb(175,177,120); }

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