Html Css Color HEX #A3704B Sante Fe

📋 copy color: '#A3704B'

red 163 ◦ green 112 ◦ blue 75

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

Shades of Sante Fe #A3704B

Tints of Sante Fe #A3704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 46.57%
G = 32%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3704B (or 0xA3704B) is known color: Sante Fe. HEX triplet: A3, 70 and 4B. RGB value is (163,112,75). Sum of RGB (Red+Green+Blue) = 163+112+75=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3704B is #5C8FB4. Grayscale: #7B7B7B. Windows color (decimal): -6066101 or 4944035. OLE color: 4944035.

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

Color convert

RGB 163 112 75 -
CMYK 0 0.31 0.54 0.36
HSL 25.23º 0.37% 0.47% -
HSV(B) 25.23º 0.54% 0.64% -
XYZ 22.17 19.88 9.33 -
YUV 123.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 163 112 75 0 0.31 0.54 0.36 25.23 0.37 0.47
Hex A3 70 4B 0 1F 36 24 19 25 2F
Octal 243 160 113 0 37 66 44 31 45 57
Binary 10100011 1110000 1001011 0 11111 110110 100100 11001 100101 101111

Color Harmonies of #A3704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3704B

Black with #A3704B

Text Example


Text Example

White with #A3704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3704B; }

 p { color: rgb(163,112,75); }

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

background-color css

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

 a { background-color: rgb(163,112,75); }

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

border-color css

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

 span { border-color: rgb(163,112,75); }

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