Html Css Color HEX #A48666 Sandal

📋 copy color: '#A48666'

red 164 ◦ green 134 ◦ blue 102

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

Shades of Sandal #A48666

Tints of Sandal #A48666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 41%
G = 33.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48666 (or 0xA48666) is known color: Sandal. HEX triplet: A4, 86 and 66. RGB value is (164,134,102). Sum of RGB (Red+Green+Blue) = 164+134+102=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A48666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48666 is #5B7999. Grayscale: #8B8B8B. Windows color (decimal): -5994906 or 6719140. OLE color: 6719140.

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

Color convert

RGB 164 134 102 -
CMYK 0 0.18 0.38 0.36
HSL 30.97º 0.25% 0.52% -
HSV(B) 30.97º 0.38% 0.64% -
XYZ 26.23 25.9 16.19 -
YUV 139.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 164 134 102 0 0.18 0.38 0.36 30.97 0.25 0.52
Hex A4 86 66 0 12 26 24 1F 19 34
Octal 244 206 146 0 22 46 44 37 31 64
Binary 10100100 10000110 1100110 0 10010 100110 100100 11111 11001 110100

Color Harmonies of #A48666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48666

Black with #A48666

Text Example


Text Example

White with #A48666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48666; }

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

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

background-color css

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

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

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

border-color css

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

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

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