Html Css Color HEX #A67050 Sante Fe

📋 copy color: '#A67050'

red 166 ◦ green 112 ◦ blue 80

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

Shades of Sante Fe #A67050

Tints of Sante Fe #A67050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 46.37%
G = 31.28%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A67050 (or 0xA67050) is known color: Sante Fe. HEX triplet: A6, 70 and 50. RGB value is (166,112,80). Sum of RGB (Red+Green+Blue) = 166+112+80=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67050 is #598FAF. Grayscale: #7C7C7C. Windows color (decimal): -5869488 or 5271718. OLE color: 5271718.

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

Color convert

RGB 166 112 80 -
CMYK 0 0.33 0.52 0.35
HSL 22.33º 0.35% 0.48% -
HSV(B) 22.33º 0.52% 0.65% -
XYZ 22.97 20.27 10.29 -
YUV 124.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 166 112 80 0 0.33 0.52 0.35 22.33 0.35 0.48
Hex A6 70 50 0 21 34 23 16 23 30
Octal 246 160 120 0 41 64 43 26 43 60
Binary 10100110 1110000 1010000 0 100001 110100 100011 10110 100011 110000

Color Harmonies of #A67050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67050

Black with #A67050

Text Example


Text Example

White with #A67050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67050; }

 p { color: rgb(166,112,80); }

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

background-color css

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

 a { background-color: rgb(166,112,80); }

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

border-color css

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

 span { border-color: rgb(166,112,80); }

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