Html Css Color HEX #A47250 Sante Fe

📋 copy color: '#A47250'

red 164 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #A47250

Tints of Sante Fe #A47250

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 45.81%
G = 31.84%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A47250 (or 0xA47250) is known color: Sante Fe. HEX triplet: A4, 72 and 50. RGB value is (164,114,80). Sum of RGB (Red+Green+Blue) = 164+114+80=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A47250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47250 is #5B8DAF. Grayscale: #7D7D7D. Windows color (decimal): -6000048 or 5272228. OLE color: 5272228.

HSL color Cylindrical-coordinate representation of color #A47250: hue angle of 24.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47250 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 80 -
CMYK 0 0.30 0.51 0.36
HSL 24.29º 0.34% 0.48% -
HSV(B) 24.29º 0.51% 0.64% -
XYZ 22.78 20.51 10.35 -
YUV 125.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 164 114 80 0 0.30 0.51 0.36 24.29 0.34 0.48
Hex A4 72 50 0 1E 33 24 18 22 30
Octal 244 162 120 0 36 63 44 30 42 60
Binary 10100100 1110010 1010000 0 11110 110011 100100 11000 100010 110000

Color Harmonies of #A47250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47250

Black with #A47250

Text Example


Text Example

White with #A47250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47250; }

 p { color: rgb(164,114,80); }

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

background-color css

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

 a { background-color: rgb(164,114,80); }

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

border-color css

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

 span { border-color: rgb(164,114,80); }

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