Html Css Color HEX #A67253 Sante Fe

📋 copy color: '#A67253'

red 166 ◦ green 114 ◦ blue 83

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

Shades of Sante Fe #A67253

Tints of Sante Fe #A67253

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 45.73%
G = 31.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A67253 (or 0xA67253) is known color: Sante Fe. HEX triplet: A6, 72 and 53. RGB value is (166,114,83). Sum of RGB (Red+Green+Blue) = 166+114+83=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A67253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67253 is #598DAC. Grayscale: #7E7E7E. Windows color (decimal): -5868973 or 5468838. OLE color: 5468838.

HSL color Cylindrical-coordinate representation of color #A67253: hue angle of 22.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67253 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 83 -
CMYK 0 0.31 0.50 0.35
HSL 22.41º 0.33% 0.49% -
HSV(B) 22.41º 0.5% 0.65% -
XYZ 23.3 20.77 10.96 -
YUV 126.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 166 114 83 0 0.31 0.50 0.35 22.41 0.33 0.49
Hex A6 72 53 0 1F 32 23 16 21 31
Octal 246 162 123 0 37 62 43 26 41 61
Binary 10100110 1110010 1010011 0 11111 110010 100011 10110 100001 110001

Color Harmonies of #A67253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67253

Black with #A67253

Text Example


Text Example

White with #A67253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67253; }

 p { color: rgb(166,114,83); }

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

background-color css

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

 a { background-color: rgb(166,114,83); }

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

border-color css

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

 span { border-color: rgb(166,114,83); }

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