Html Css Color HEX #AFB281 Locust

📋 copy color: '#AFB281'

red 175 ◦ green 178 ◦ blue 129

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

Shades of Locust #AFB281

Tints of Locust #AFB281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 36.31%
G = 36.93%
B = 26.76%

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

#AFB281 (or 0xAFB281) is known color: Locust. HEX triplet: AF, B2 and 81. RGB value is (175,178,129). Sum of RGB (Red+Green+Blue) = 175+178+129=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB281 is #504D7E. Grayscale: #ABABAB. Windows color (decimal): -5262719 or 8499887. OLE color: 8499887.

HSL color Cylindrical-coordinate representation of color #AFB281: hue angle of 63.67º degrees, saturation: 0.24, 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 #AFB281 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 129 -
CMYK 0.02 0 0.28 0.30
HSL 63.67º 0.24% 0.6% -
HSV(B) 63.67º 0.28% 0.7% -
XYZ 37.56 42.54 27 -
YUV 171.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 175 178 129 0.02 0 0.28 0.30 63.67 0.24 0.6
Hex AF B2 81 2 0 1C 1E 40 18 3C
Octal 257 262 201 2 0 34 36 100 30 74
Binary 10101111 10110010 10000001 10 0 11100 11110 1000000 11000 111100

Color Harmonies of #AFB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB281

Black with #AFB281

Text Example


Text Example

White with #AFB281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB281; }

 p { color: rgb(175,178,129); }

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

background-color css

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

 a { background-color: rgb(175,178,129); }

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

border-color css

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

 span { border-color: rgb(175,178,129); }

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