Html Css Color HEX #A8B281 Locust

📋 copy color: '#A8B281'

red 168 ◦ green 178 ◦ blue 129

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

Shades of Locust #A8B281

Tints of Locust #A8B281

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

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

R = 35.37%
G = 37.47%
B = 27.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A8B281 (or 0xA8B281) is known color: Locust. HEX triplet: A8, B2 and 81. RGB value is (168,178,129). Sum of RGB (Red+Green+Blue) = 168+178+129=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B281 is #574D7E. Grayscale: #A9A9A9. Windows color (decimal): -5721471 or 8499880. OLE color: 8499880.

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

Color convert

RGB 168 178 129 -
CMYK 0.06 0 0.28 0.30
HSL 72.24º 0.24% 0.6% -
HSV(B) 72.24º 0.28% 0.7% -
XYZ 36.03 41.75 26.93 -
YUV 169.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 168 178 129 0.06 0 0.28 0.30 72.24 0.24 0.6
Hex A8 B2 81 6 0 1C 1E 48 18 3C
Octal 250 262 201 6 0 34 36 110 30 74
Binary 10101000 10110010 10000001 110 0 11100 11110 1001000 11000 111100

Color Harmonies of #A8B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B281

Black with #A8B281

Text Example


Text Example

White with #A8B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B281; }

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

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

background-color css

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

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

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

border-color css

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

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

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