Html Css Color HEX #A48566 Sandal

📋 copy color: '#A48566'

red 164 ◦ green 133 ◦ blue 102

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

Shades of Sandal #A48566

Tints of Sandal #A48566

RGB

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

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

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

R = 41.1%
G = 33.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48566 (or 0xA48566) is known color: Sandal. HEX triplet: A4, 85 and 66. RGB value is (164,133,102). Sum of RGB (Red+Green+Blue) = 164+133+102=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48566 is #5B7A99. Grayscale: #8A8A8A. Windows color (decimal): -5995162 or 6718884. OLE color: 6718884.

HSL color Cylindrical-coordinate representation of color #A48566: hue angle of 30º 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 #A48566 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 102 -
CMYK 0 0.19 0.38 0.36
HSL 30º 0.25% 0.52% -
HSV(B) 30º 0.38% 0.64% -
XYZ 26.1 25.63 16.14 -
YUV 138.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 164 133 102 0 0.19 0.38 0.36 30 0.25 0.52
Hex A4 85 66 0 13 26 24 1E 19 34
Octal 244 205 146 0 23 46 44 36 31 64
Binary 10100100 10000101 1100110 0 10011 100110 100100 11110 11001 110100

Color Harmonies of #A48566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48566

Black with #A48566

Text Example


Text Example

White with #A48566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48566; }

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

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

background-color css

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

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

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

border-color css

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

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

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