Html Css Color HEX #A56A48 Sante Fe

📋 copy color: '#A56A48'

red 165 ◦ green 106 ◦ blue 72

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

Shades of Sante Fe #A56A48

Tints of Sante Fe #A56A48

RGB

 RED value IS 165 (64.84% from 255) = 48.1%

 GREEN value IS 106 (41.8% from 255) = 30.9%

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

R = 48.1%
G = 30.9%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A56A48 (or 0xA56A48) is known color: Sante Fe. HEX triplet: A5, 6A and 48. RGB value is (165,106,72). Sum of RGB (Red+Green+Blue) = 165+106+72=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A48 is #5A95B7. Grayscale: #777777. Windows color (decimal): -5936568 or 4745893. OLE color: 4745893.

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

Color convert

RGB 165 106 72 -
CMYK 0 0.36 0.56 0.35
HSL 21.94º 0.39% 0.46% -
HSV(B) 21.94º 0.56% 0.65% -
XYZ 21.84 18.78 8.6 -
YUV 119.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 165 106 72 0 0.36 0.56 0.35 21.94 0.39 0.46
Hex A5 6A 48 0 24 38 23 16 27 2E
Octal 245 152 110 0 44 70 43 26 47 56
Binary 10100101 1101010 1001000 0 100100 111000 100011 10110 100111 101110

Color Harmonies of #A56A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A48

Black with #A56A48

Text Example


Text Example

White with #A56A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A48; }

 p { color: rgb(165,106,72); }

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

background-color css

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

 a { background-color: rgb(165,106,72); }

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

border-color css

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

 span { border-color: rgb(165,106,72); }

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