Html Css Color HEX #A06450 Au Chico

📋 copy color: '#A06450'

red 160 ◦ green 100 ◦ blue 80

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

Shades of Au Chico #A06450

Tints of Au Chico #A06450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A06450 (or 0xA06450) is known color: Au Chico. HEX triplet: A0, 64 and 50. RGB value is (160,100,80). Sum of RGB (Red+Green+Blue) = 160+100+80=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A06450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06450 is #5F9BAF. Grayscale: #737373. Windows color (decimal): -6265776 or 5268640. OLE color: 5268640.

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

Color convert

RGB 160 100 80 -
CMYK 0 0.38 0.5 0.37
HSL 15º 0.33% 0.47% -
HSV(B) 15º 0.5% 0.63% -
XYZ 20.5 17.17 9.82 -
YUV 115.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 160 100 80 0 0.38 0.5 0.37 15 0.33 0.47
Hex A0 64 50 0 26 32 25 F 21 2F
Octal 240 144 120 0 46 62 45 17 41 57
Binary 10100000 1100100 1010000 0 100110 110010 100101 1111 100001 101111

Color Harmonies of #A06450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06450

Black with #A06450

Text Example


Text Example

White with #A06450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06450; }

 p { color: rgb(160,100,80); }

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

background-color css

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

 a { background-color: rgb(160,100,80); }

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

border-color css

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

 span { border-color: rgb(160,100,80); }

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