Html Css Color HEX #A3674B Sante Fe

📋 copy color: '#A3674B'

red 163 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #A3674B

Tints of Sante Fe #A3674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 47.8%
G = 30.21%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3674B (or 0xA3674B) is known color: Sante Fe. HEX triplet: A3, 67 and 4B. RGB value is (163,103,75). Sum of RGB (Red+Green+Blue) = 163+103+75=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3674B is #5C98B4. Grayscale: #757575. Windows color (decimal): -6068405 or 4941731. OLE color: 4941731.

HSL color Cylindrical-coordinate representation of color #A3674B: hue angle of 19.09º 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 #A3674B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 75 -
CMYK 0 0.37 0.54 0.36
HSL 19.09º 0.37% 0.47% -
HSV(B) 19.09º 0.54% 0.64% -
XYZ 21.22 18 9.01 -
YUV 117.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 163 103 75 0 0.37 0.54 0.36 19.09 0.37 0.47
Hex A3 67 4B 0 25 36 24 13 25 2F
Octal 243 147 113 0 45 66 44 23 45 57
Binary 10100011 1100111 1001011 0 100101 110110 100100 10011 100101 101111

Color Harmonies of #A3674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3674B

Black with #A3674B

Text Example


Text Example

White with #A3674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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