Html Css Color HEX #A5614F Sante Fe

📋 copy color: '#A5614F'

red 165 ◦ green 97 ◦ blue 79

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

Shades of Sante Fe #A5614F

Tints of Sante Fe #A5614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 48.39%
G = 28.45%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5614F (or 0xA5614F) is known color: Sante Fe. HEX triplet: A5, 61 and 4F. RGB value is (165,97,79). Sum of RGB (Red+Green+Blue) = 165+97+79=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5614F is #5A9EB0. Grayscale: #737373. Windows color (decimal): -5938865 or 5202341. OLE color: 5202341.

HSL color Cylindrical-coordinate representation of color #A5614F: hue angle of 12.56º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5614F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 79 -
CMYK 0 0.41 0.52 0.35
HSL 12.56º 0.35% 0.48% -
HSV(B) 12.56º 0.52% 0.65% -
XYZ 21.2 17.11 9.58 -
YUV 115.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 165 97 79 0 0.41 0.52 0.35 12.56 0.35 0.48
Hex A5 61 4F 0 29 34 23 D 23 30
Octal 245 141 117 0 51 64 43 15 43 60
Binary 10100101 1100001 1001111 0 101001 110100 100011 1101 100011 110000

Color Harmonies of #A5614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5614F

Black with #A5614F

Text Example


Text Example

White with #A5614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5614F; }

 p { color: rgb(165,97,79); }

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

background-color css

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

 a { background-color: rgb(165,97,79); }

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

border-color css

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

 span { border-color: rgb(165,97,79); }

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