Html Css Color HEX #A5674B Sante Fe

📋 copy color: '#A5674B'

red 165 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #A5674B

Tints of Sante Fe #A5674B

RGB

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

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

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

R = 48.1%
G = 30.03%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5674B (or 0xA5674B) is known color: Sante Fe. HEX triplet: A5, 67 and 4B. RGB value is (165,103,75). Sum of RGB (Red+Green+Blue) = 165+103+75=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5674B is #5A98B4. Grayscale: #767676. Windows color (decimal): -5937333 or 4941733. OLE color: 4941733.

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

Color convert

RGB 165 103 75 -
CMYK 0 0.38 0.55 0.35
HSL 18.67º 0.38% 0.47% -
HSV(B) 18.67º 0.55% 0.65% -
XYZ 21.64 18.21 9.03 -
YUV 118.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 165 103 75 0 0.38 0.55 0.35 18.67 0.38 0.47
Hex A5 67 4B 0 26 37 23 13 26 2F
Octal 245 147 113 0 46 67 43 23 46 57
Binary 10100101 1100111 1001011 0 100110 110111 100011 10011 100110 101111

Color Harmonies of #A5674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5674B

Black with #A5674B

Text Example


Text Example

White with #A5674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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