Html Css Color HEX #A68568 Sandal

📋 copy color: '#A68568'

red 166 ◦ green 133 ◦ blue 104

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

Shades of Sandal #A68568

Tints of Sandal #A68568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 41.19%
G = 33%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68568 (or 0xA68568) is known color: Sandal. HEX triplet: A6, 85 and 68. RGB value is (166,133,104). Sum of RGB (Red+Green+Blue) = 166+133+104=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A68568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68568 is #597A97. Grayscale: #8B8B8B. Windows color (decimal): -5864088 or 6849958. OLE color: 6849958.

HSL color Cylindrical-coordinate representation of color #A68568: hue angle of 28.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68568 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 104 -
CMYK 0 0.20 0.37 0.35
HSL 28.06º 0.26% 0.53% -
HSV(B) 28.06º 0.37% 0.65% -
XYZ 26.61 25.88 16.69 -
YUV 139.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 166 133 104 0 0.20 0.37 0.35 28.06 0.26 0.53
Hex A6 85 68 0 14 25 23 1C 1A 35
Octal 246 205 150 0 24 45 43 34 32 65
Binary 10100110 10000101 1101000 0 10100 100101 100011 11100 11010 110101

Color Harmonies of #A68568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68568

Black with #A68568

Text Example


Text Example

White with #A68568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68568; }

 p { color: rgb(166,133,104); }

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

background-color css

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

 a { background-color: rgb(166,133,104); }

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

border-color css

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

 span { border-color: rgb(166,133,104); }

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