Html Css Color HEX #A37254 Sante Fe

📋 copy color: '#A37254'

red 163 ◦ green 114 ◦ blue 84

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

Shades of Sante Fe #A37254

Tints of Sante Fe #A37254

RGB

 RED value IS 163 (64.06% from 255) = 45.15%

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

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 45.15%
G = 31.58%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A37254 (or 0xA37254) is known color: Sante Fe. HEX triplet: A3, 72 and 54. RGB value is (163,114,84). Sum of RGB (Red+Green+Blue) = 163+114+84=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A37254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37254 is #5C8DAB. Grayscale: #7D7D7D. Windows color (decimal): -6065580 or 5534371. OLE color: 5534371.

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

Color convert

RGB 163 114 84 -
CMYK 0 0.30 0.48 0.36
HSL 22.78º 0.32% 0.48% -
HSV(B) 22.78º 0.48% 0.64% -
XYZ 22.72 20.46 11.14 -
YUV 125.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 163 114 84 0 0.30 0.48 0.36 22.78 0.32 0.48
Hex A3 72 54 0 1E 30 24 17 20 30
Octal 243 162 124 0 36 60 44 27 40 60
Binary 10100011 1110010 1010100 0 11110 110000 100100 10111 100000 110000

Color Harmonies of #A37254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37254

Black with #A37254

Text Example


Text Example

White with #A37254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37254; }

 p { color: rgb(163,114,84); }

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

background-color css

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

 a { background-color: rgb(163,114,84); }

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

border-color css

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

 span { border-color: rgb(163,114,84); }

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