Html Css Color HEX #A06651 Au Chico

📋 copy color: '#A06651'

red 160 ◦ green 102 ◦ blue 81

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

Shades of Au Chico #A06651

Tints of Au Chico #A06651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

 BLUE value IS 81 (32.03% from 255) = 23.62%

R = 46.65%
G = 29.74%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A06651 (or 0xA06651) is known color: Au Chico. HEX triplet: A0, 66 and 51. RGB value is (160,102,81). Sum of RGB (Red+Green+Blue) = 160+102+81=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06651 is #5F99AE. Grayscale: #757575. Windows color (decimal): -6265263 or 5334688. OLE color: 5334688.

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

Color convert

RGB 160 102 81 -
CMYK 0 0.36 0.49 0.37
HSL 15.95º 0.33% 0.47% -
HSV(B) 15.95º 0.49% 0.63% -
XYZ 20.73 17.57 10.08 -
YUV 116.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 160 102 81 0 0.36 0.49 0.37 15.95 0.33 0.47
Hex A0 66 51 0 24 31 25 10 21 2F
Octal 240 146 121 0 44 61 45 20 41 57
Binary 10100000 1100110 1010001 0 100100 110001 100101 10000 100001 101111

Color Harmonies of #A06651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06651

Black with #A06651

Text Example


Text Example

White with #A06651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06651; }

 p { color: rgb(160,102,81); }

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

background-color css

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

 a { background-color: rgb(160,102,81); }

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

border-color css

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

 span { border-color: rgb(160,102,81); }

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