Html Css Color HEX #A06453 Au Chico

📋 copy color: '#A06453'

red 160 ◦ green 100 ◦ blue 83

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

Shades of Au Chico #A06453

Tints of Au Chico #A06453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 46.65%
G = 29.15%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A06453 (or 0xA06453) is known color: Au Chico. HEX triplet: A0, 64 and 53. RGB value is (160,100,83). Sum of RGB (Red+Green+Blue) = 160+100+83=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06453 is #5F9BAC. Grayscale: #747474. Windows color (decimal): -6265773 or 5465248. OLE color: 5465248.

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

Color convert

RGB 160 100 83 -
CMYK 0 0.38 0.48 0.37
HSL 13.25º 0.32% 0.48% -
HSV(B) 13.25º 0.48% 0.63% -
XYZ 20.62 17.21 10.42 -
YUV 116 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 160 100 83 0 0.38 0.48 0.37 13.25 0.32 0.48
Hex A0 64 53 0 26 30 25 D 20 30
Octal 240 144 123 0 46 60 45 15 40 60
Binary 10100000 1100100 1010011 0 100110 110000 100101 1101 100000 110000

Color Harmonies of #A06453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06453

Black with #A06453

Text Example


Text Example

White with #A06453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06453; }

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

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

background-color css

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

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

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

border-color css

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

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

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