Html Css Color HEX #A36251 Au Chico

📋 copy color: '#A36251'

red 163 ◦ green 98 ◦ blue 81

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

Shades of Au Chico #A36251

Tints of Au Chico #A36251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 47.66%
G = 28.65%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A36251 (or 0xA36251) is known color: Au Chico. HEX triplet: A3, 62 and 51. RGB value is (163,98,81). Sum of RGB (Red+Green+Blue) = 163+98+81=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36251 is #5C9DAE. Grayscale: #737373. Windows color (decimal): -6069679 or 5333667. OLE color: 5333667.

HSL color Cylindrical-coordinate representation of color #A36251: hue angle of 12.44º 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 #A36251 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 98 81 -
CMYK 0 0.40 0.50 0.36
HSL 12.44º 0.34% 0.48% -
HSV(B) 12.44º 0.5% 0.64% -
XYZ 20.96 17.12 9.98 -
YUV 115.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 163 98 81 0 0.40 0.50 0.36 12.44 0.34 0.48
Hex A3 62 51 0 28 32 24 C 22 30
Octal 243 142 121 0 50 62 44 14 42 60
Binary 10100011 1100010 1010001 0 101000 110010 100100 1100 100010 110000

Color Harmonies of #A36251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36251

Black with #A36251

Text Example


Text Example

White with #A36251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36251; }

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

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

background-color css

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

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

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

border-color css

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

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

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