Html Css Color HEX #A09C5C Avocado

📋 copy color: '#A09C5C'

red 160 ◦ green 156 ◦ blue 92

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

Shades of Avocado #A09C5C

Tints of Avocado #A09C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 39.22%
G = 38.24%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A09C5C (or 0xA09C5C) is known color: Avocado. HEX triplet: A0, 9C and 5C. RGB value is (160,156,92). Sum of RGB (Red+Green+Blue) = 160+156+92=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C5C is #5F63A3. Grayscale: #969696. Windows color (decimal): -6251428 or 6069408. OLE color: 6069408.

HSL color Cylindrical-coordinate representation of color #A09C5C: hue angle of 56.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A09C5C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 156 92 -
CMYK 0 0.02 0.43 0.37
HSL 56.47º 0.27% 0.49% -
HSV(B) 56.47º 0.43% 0.63% -
XYZ 28.32 32.02 14.81 -
YUV 149.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 160 156 92 0 0.02 0.43 0.37 56.47 0.27 0.49
Hex A0 9C 5C 0 2 2B 25 38 1B 31
Octal 240 234 134 0 2 53 45 70 33 61
Binary 10100000 10011100 1011100 0 10 101011 100101 111000 11011 110001

Color Harmonies of #A09C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C5C

Black with #A09C5C

Text Example


Text Example

White with #A09C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C5C; }

 p { color: rgb(160,156,92); }

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

background-color css

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

 a { background-color: rgb(160,156,92); }

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

border-color css

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

 span { border-color: rgb(160,156,92); }

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