Html Css Color HEX #A3634A Sante Fe

📋 copy color: '#A3634A'

red 163 ◦ green 99 ◦ blue 74

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

Shades of Sante Fe #A3634A

Tints of Sante Fe #A3634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 48.51%
G = 29.46%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3634A (or 0xA3634A) is known color: Sante Fe. HEX triplet: A3, 63 and 4A. RGB value is (163,99,74). Sum of RGB (Red+Green+Blue) = 163+99+74=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3634A is #5C9CB5. Grayscale: #737373. Windows color (decimal): -6069430 or 4875171. OLE color: 4875171.

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

Color convert

RGB 163 99 74 -
CMYK 0 0.39 0.55 0.36
HSL 16.85º 0.38% 0.46% -
HSV(B) 16.85º 0.55% 0.64% -
XYZ 20.8 17.2 8.7 -
YUV 115.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 163 99 74 0 0.39 0.55 0.36 16.85 0.38 0.46
Hex A3 63 4A 0 27 37 24 11 26 2E
Octal 243 143 112 0 47 67 44 21 46 56
Binary 10100011 1100011 1001010 0 100111 110111 100100 10001 100110 101110

Color Harmonies of #A3634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3634A

Black with #A3634A

Text Example


Text Example

White with #A3634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3634A; }

 p { color: rgb(163,99,74); }

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

background-color css

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

 a { background-color: rgb(163,99,74); }

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

border-color css

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

 span { border-color: rgb(163,99,74); }

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