Html Css Color HEX #A8B473 Locust

📋 copy color: '#A8B473'

red 168 ◦ green 180 ◦ blue 115

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

Shades of Locust #A8B473

Tints of Locust #A8B473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 36.29%
G = 38.88%
B = 24.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A8B473 (or 0xA8B473) is known color: Locust. HEX triplet: A8, B4 and 73. RGB value is (168,180,115). Sum of RGB (Red+Green+Blue) = 168+180+115=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B473 is #574B8C. Grayscale: #A9A9A9. Windows color (decimal): -5720973 or 7582888. OLE color: 7582888.

HSL color Cylindrical-coordinate representation of color #A8B473: hue angle of 71.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8B473 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 115 -
CMYK 0.07 0 0.36 0.29
HSL 71.08º 0.3% 0.58% -
HSV(B) 71.08º 0.36% 0.71% -
XYZ 35.56 42.21 22.49 -
YUV 169 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 168 180 115 0.07 0 0.36 0.29 71.08 0.3 0.58
Hex A8 B4 73 7 0 24 1D 47 1E 3A
Octal 250 264 163 7 0 44 35 107 36 72
Binary 10101000 10110100 1110011 111 0 100100 11101 1000111 11110 111010

Color Harmonies of #A8B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B473

Black with #A8B473

Text Example


Text Example

White with #A8B473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B473; }

 p { color: rgb(168,180,115); }

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

background-color css

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

 a { background-color: rgb(168,180,115); }

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

border-color css

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

 span { border-color: rgb(168,180,115); }

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