Html Css Color HEX #A8694B Sante Fe

📋 copy color: '#A8694B'

red 168 ◦ green 105 ◦ blue 75

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

Shades of Sante Fe #A8694B

Tints of Sante Fe #A8694B

RGB

 RED value IS 168 (66.02% from 255) = 48.28%

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 48.28%
G = 30.17%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8694B (or 0xA8694B) is known color: Sante Fe. HEX triplet: A8, 69 and 4B. RGB value is (168,105,75). Sum of RGB (Red+Green+Blue) = 168+105+75=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8694B is #5796B4. Grayscale: #787878. Windows color (decimal): -5740213 or 4942248. OLE color: 4942248.

HSL color Cylindrical-coordinate representation of color #A8694B: hue angle of 19.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8694B is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 75 -
CMYK 0 0.38 0.55 0.34
HSL 19.35º 0.38% 0.48% -
HSV(B) 19.35º 0.55% 0.66% -
XYZ 22.47 18.94 9.13 -
YUV 120.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 168 105 75 0 0.38 0.55 0.34 19.35 0.38 0.48
Hex A8 69 4B 0 26 37 22 13 26 30
Octal 250 151 113 0 46 67 42 23 46 60
Binary 10101000 1101001 1001011 0 100110 110111 100010 10011 100110 110000

Color Harmonies of #A8694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8694B

Black with #A8694B

Text Example


Text Example

White with #A8694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8694B; }

 p { color: rgb(168,105,75); }

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

background-color css

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

 a { background-color: rgb(168,105,75); }

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

border-color css

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

 span { border-color: rgb(168,105,75); }

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