Html Css Color HEX #A36B4F Sante Fe

📋 copy color: '#A36B4F'

red 163 ◦ green 107 ◦ blue 79

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

Shades of Sante Fe #A36B4F

Tints of Sante Fe #A36B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 46.7%
G = 30.66%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A36B4F (or 0xA36B4F) is known color: Sante Fe. HEX triplet: A3, 6B and 4F. RGB value is (163,107,79). Sum of RGB (Red+Green+Blue) = 163+107+79=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B4F is #5C94B0. Grayscale: #787878. Windows color (decimal): -6067377 or 5204899. OLE color: 5204899.

HSL color Cylindrical-coordinate representation of color #A36B4F: hue angle of 20º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36B4F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 107 79 -
CMYK 0 0.34 0.52 0.36
HSL 20º 0.35% 0.47% -
HSV(B) 20º 0.52% 0.64% -
XYZ 21.77 18.87 9.89 -
YUV 120.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 163 107 79 0 0.34 0.52 0.36 20 0.35 0.47
Hex A3 6B 4F 0 22 34 24 14 23 2F
Octal 243 153 117 0 42 64 44 24 43 57
Binary 10100011 1101011 1001111 0 100010 110100 100100 10100 100011 101111

Color Harmonies of #A36B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B4F

Black with #A36B4F

Text Example


Text Example

White with #A36B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B4F; }

 p { color: rgb(163,107,79); }

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

background-color css

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

 a { background-color: rgb(163,107,79); }

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

border-color css

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

 span { border-color: rgb(163,107,79); }

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