Html Css Color HEX #A35F51 Au Chico

📋 copy color: '#A35F51'

red 163 ◦ green 95 ◦ blue 81

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

Shades of Au Chico #A35F51

Tints of Au Chico #A35F51

RGB

 RED value IS 163 (64.06% from 255) = 48.08%

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 48.08%
G = 28.02%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A35F51 (or 0xA35F51) is known color: Au Chico. HEX triplet: A3, 5F and 51. RGB value is (163,95,81). Sum of RGB (Red+Green+Blue) = 163+95+81=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F51 is #5CA0AE. Grayscale: #717171. Windows color (decimal): -6070447 or 5332899. OLE color: 5332899.

HSL color Cylindrical-coordinate representation of color #A35F51: hue angle of 10.24º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35F51 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 81 -
CMYK 0 0.42 0.50 0.36
HSL 10.24º 0.34% 0.48% -
HSV(B) 10.24º 0.5% 0.64% -
XYZ 20.68 16.57 9.89 -
YUV 113.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 163 95 81 0 0.42 0.50 0.36 10.24 0.34 0.48
Hex A3 5F 51 0 2A 32 24 A 22 30
Octal 243 137 121 0 52 62 44 12 42 60
Binary 10100011 1011111 1010001 0 101010 110010 100100 1010 100010 110000

Color Harmonies of #A35F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F51

Black with #A35F51

Text Example


Text Example

White with #A35F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F51; }

 p { color: rgb(163,95,81); }

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

background-color css

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

 a { background-color: rgb(163,95,81); }

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

border-color css

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

 span { border-color: rgb(163,95,81); }

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