Html Css Color HEX #A5634F Sante Fe

📋 copy color: '#A5634F'

red 165 ◦ green 99 ◦ blue 79

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

Shades of Sante Fe #A5634F

Tints of Sante Fe #A5634F

RGB

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

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

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

R = 48.1%
G = 28.86%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5634F (or 0xA5634F) is known color: Sante Fe. HEX triplet: A5, 63 and 4F. RGB value is (165,99,79). Sum of RGB (Red+Green+Blue) = 165+99+79=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5634F is #5A9CB0. Grayscale: #747474. Windows color (decimal): -5938353 or 5202853. OLE color: 5202853.

HSL color Cylindrical-coordinate representation of color #A5634F: hue angle of 13.95º 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 #A5634F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 79 -
CMYK 0 0.40 0.52 0.35
HSL 13.95º 0.35% 0.48% -
HSV(B) 13.95º 0.52% 0.65% -
XYZ 21.39 17.49 9.65 -
YUV 116.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 165 99 79 0 0.40 0.52 0.35 13.95 0.35 0.48
Hex A5 63 4F 0 28 34 23 E 23 30
Octal 245 143 117 0 50 64 43 16 43 60
Binary 10100101 1100011 1001111 0 101000 110100 100011 1110 100011 110000

Color Harmonies of #A5634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5634F

Black with #A5634F

Text Example


Text Example

White with #A5634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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