Html Css Color HEX #A5654A Sante Fe

📋 copy color: '#A5654A'

red 165 ◦ green 101 ◦ blue 74

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

Shades of Sante Fe #A5654A

Tints of Sante Fe #A5654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 48.53%
G = 29.71%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5654A (or 0xA5654A) is known color: Sante Fe. HEX triplet: A5, 65 and 4A. RGB value is (165,101,74). Sum of RGB (Red+Green+Blue) = 165+101+74=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5654A is #5A9AB5. Grayscale: #757575. Windows color (decimal): -5937846 or 4875685. OLE color: 4875685.

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

Color convert

RGB 165 101 74 -
CMYK 0 0.39 0.55 0.35
HSL 17.8º 0.38% 0.47% -
HSV(B) 17.8º 0.55% 0.65% -
XYZ 21.41 17.8 8.79 -
YUV 117.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 165 101 74 0 0.39 0.55 0.35 17.8 0.38 0.47
Hex A5 65 4A 0 27 37 23 12 26 2F
Octal 245 145 112 0 47 67 43 22 46 57
Binary 10100101 1100101 1001010 0 100111 110111 100011 10010 100110 101111

Color Harmonies of #A5654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5654A

Black with #A5654A

Text Example


Text Example

White with #A5654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5654A; }

 p { color: rgb(165,101,74); }

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

background-color css

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

 a { background-color: rgb(165,101,74); }

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

border-color css

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

 span { border-color: rgb(165,101,74); }

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