Html Css Color HEX #AFB380 Locust

📋 copy color: '#AFB380'

red 175 ◦ green 179 ◦ blue 128

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

Shades of Locust #AFB380

Tints of Locust #AFB380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 36.31%
G = 37.14%
B = 26.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#AFB380 (or 0xAFB380) is known color: Locust. HEX triplet: AF, B3 and 80. RGB value is (175,179,128). Sum of RGB (Red+Green+Blue) = 175+179+128=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB380 is #504C7F. Grayscale: #ACACAC. Windows color (decimal): -5262464 or 8434607. OLE color: 8434607.

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

Color convert

RGB 175 179 128 -
CMYK 0.02 0 0.28 0.30
HSL 64.71º 0.25% 0.6% -
HSV(B) 64.71º 0.28% 0.7% -
XYZ 37.7 42.91 26.72 -
YUV 171.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 175 179 128 0.02 0 0.28 0.30 64.71 0.25 0.6
Hex AF B3 80 2 0 1C 1E 41 19 3C
Octal 257 263 200 2 0 34 36 101 31 74
Binary 10101111 10110011 10000000 10 0 11100 11110 1000001 11001 111100

Color Harmonies of #AFB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB380

Black with #AFB380

Text Example


Text Example

White with #AFB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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