Html Css Color HEX #A0A47B Locust

📋 copy color: '#A0A47B'

red 160 ◦ green 164 ◦ blue 123

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

Shades of Locust #A0A47B

Tints of Locust #A0A47B

RGB

 RED value IS 160 (62.89% from 255) = 35.79%

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 35.79%
G = 36.69%
B = 27.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A0A47B (or 0xA0A47B) is known color: Locust. HEX triplet: A0, A4 and 7B. RGB value is (160,164,123). Sum of RGB (Red+Green+Blue) = 160+164+123=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A47B is #5F5B84. Grayscale: #9E9E9E. Windows color (decimal): -6249349 or 8103072. OLE color: 8103072.

HSL color Cylindrical-coordinate representation of color #A0A47B: hue angle of 65.85º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0A47B is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 123 -
CMYK 0.02 0 0.25 0.36
HSL 65.85º 0.18% 0.56% -
HSV(B) 65.85º 0.25% 0.64% -
XYZ 31.35 35.45 23.93 -
YUV 158.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 160 164 123 0.02 0 0.25 0.36 65.85 0.18 0.56
Hex A0 A4 7B 2 0 19 24 42 12 38
Octal 240 244 173 2 0 31 44 102 22 70
Binary 10100000 10100100 1111011 10 0 11001 100100 1000010 10010 111000

Color Harmonies of #A0A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A47B

Black with #A0A47B

Text Example


Text Example

White with #A0A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A47B; }

 p { color: rgb(160,164,123); }

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

background-color css

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

 a { background-color: rgb(160,164,123); }

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

border-color css

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

 span { border-color: rgb(160,164,123); }

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