Html Css Color HEX #A36448 Sante Fe

📋 copy color: '#A36448'

red 163 ◦ green 100 ◦ blue 72

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

Shades of Sante Fe #A36448

Tints of Sante Fe #A36448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 48.66%
G = 29.85%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A36448 (or 0xA36448) is known color: Sante Fe. HEX triplet: A3, 64 and 48. RGB value is (163,100,72). Sum of RGB (Red+Green+Blue) = 163+100+72=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A36448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36448 is #5C9BB7. Grayscale: #737373. Windows color (decimal): -6069176 or 4744355. OLE color: 4744355.

HSL color Cylindrical-coordinate representation of color #A36448: hue angle of 18.46º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36448 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 72 -
CMYK 0 0.39 0.56 0.36
HSL 18.46º 0.39% 0.46% -
HSV(B) 18.46º 0.56% 0.64% -
XYZ 20.83 17.37 8.39 -
YUV 115.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 163 100 72 0 0.39 0.56 0.36 18.46 0.39 0.46
Hex A3 64 48 0 27 38 24 12 27 2E
Octal 243 144 110 0 47 70 44 22 47 56
Binary 10100011 1100100 1001000 0 100111 111000 100100 10010 100111 101110

Color Harmonies of #A36448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36448

Black with #A36448

Text Example


Text Example

White with #A36448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36448; }

 p { color: rgb(163,100,72); }

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

background-color css

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

 a { background-color: rgb(163,100,72); }

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

border-color css

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

 span { border-color: rgb(163,100,72); }

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