Html Css Color HEX #A48661 Sandal

📋 copy color: '#A48661'

red 164 ◦ green 134 ◦ blue 97

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

Shades of Sandal #A48661

Tints of Sandal #A48661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 41.52%
G = 33.92%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A48661 (or 0xA48661) is known color: Sandal. HEX triplet: A4, 86 and 61. RGB value is (164,134,97). Sum of RGB (Red+Green+Blue) = 164+134+97=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A48661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48661 is #5B799E. Grayscale: #8A8A8A. Windows color (decimal): -5994911 or 6391460. OLE color: 6391460.

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

Color convert

RGB 164 134 97 -
CMYK 0 0.18 0.41 0.36
HSL 33.13º 0.27% 0.51% -
HSV(B) 33.13º 0.41% 0.64% -
XYZ 25.99 25.81 14.92 -
YUV 138.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 164 134 97 0 0.18 0.41 0.36 33.13 0.27 0.51
Hex A4 86 61 0 12 29 24 21 1B 33
Octal 244 206 141 0 22 51 44 41 33 63
Binary 10100100 10000110 1100001 0 10010 101001 100100 100001 11011 110011

Color Harmonies of #A48661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48661

Black with #A48661

Text Example


Text Example

White with #A48661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48661; }

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

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

background-color css

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

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

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

border-color css

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

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

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