Html Css Color HEX #A0634F Au Chico

📋 copy color: '#A0634F'

red 160 ◦ green 99 ◦ blue 79

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

Shades of Au Chico #A0634F

Tints of Au Chico #A0634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 47.34%
G = 29.29%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0634F (or 0xA0634F) is known color: Au Chico. HEX triplet: A0, 63 and 4F. RGB value is (160,99,79). Sum of RGB (Red+Green+Blue) = 160+99+79=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0634F is #5F9CB0. Grayscale: #737373. Windows color (decimal): -6266033 or 5202848. OLE color: 5202848.

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

Color convert

RGB 160 99 79 -
CMYK 0 0.38 0.51 0.37
HSL 14.81º 0.34% 0.47% -
HSV(B) 14.81º 0.51% 0.63% -
XYZ 20.37 16.96 9.6 -
YUV 114.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 160 99 79 0 0.38 0.51 0.37 14.81 0.34 0.47
Hex A0 63 4F 0 26 33 25 F 22 2F
Octal 240 143 117 0 46 63 45 17 42 57
Binary 10100000 1100011 1001111 0 100110 110011 100101 1111 100010 101111

Color Harmonies of #A0634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0634F

Black with #A0634F

Text Example


Text Example

White with #A0634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0634F; }

 p { color: rgb(160,99,79); }

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

background-color css

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

 a { background-color: rgb(160,99,79); }

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

border-color css

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

 span { border-color: rgb(160,99,79); }

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