Html Css Color HEX #A48668 Sandal

📋 copy color: '#A48668'

red 164 ◦ green 134 ◦ blue 104

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

Shades of Sandal #A48668

Tints of Sandal #A48668

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 40.8%
G = 33.33%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48668 (or 0xA48668) is known color: Sandal. HEX triplet: A4, 86 and 68. RGB value is (164,134,104). Sum of RGB (Red+Green+Blue) = 164+134+104=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A48668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48668 is #5B7997. Grayscale: #8B8B8B. Windows color (decimal): -5994904 or 6850212. OLE color: 6850212.

HSL color Cylindrical-coordinate representation of color #A48668: hue angle of 30º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48668 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 104 -
CMYK 0 0.18 0.37 0.36
HSL 30º 0.25% 0.53% -
HSV(B) 30º 0.37% 0.64% -
XYZ 26.33 25.94 16.72 -
YUV 139.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 164 134 104 0 0.18 0.37 0.36 30 0.25 0.53
Hex A4 86 68 0 12 25 24 1E 19 35
Octal 244 206 150 0 22 45 44 36 31 65
Binary 10100100 10000110 1101000 0 10010 100101 100100 11110 11001 110101

Color Harmonies of #A48668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48668

Black with #A48668

Text Example


Text Example

White with #A48668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48668; }

 p { color: rgb(164,134,104); }

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

background-color css

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

 a { background-color: rgb(164,134,104); }

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

border-color css

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

 span { border-color: rgb(164,134,104); }

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