Html Css Color HEX #A48E64 Sandal

📋 copy color: '#A48E64'

red 164 ◦ green 142 ◦ blue 100

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

Shades of Sandal #A48E64

Tints of Sandal #A48E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 40.39%
G = 34.98%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A48E64 (or 0xA48E64) is known color: Sandal. HEX triplet: A4, 8E and 64. RGB value is (164,142,100). Sum of RGB (Red+Green+Blue) = 164+142+100=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E64 is #5B719B. Grayscale: #8F8F8F. Windows color (decimal): -5992860 or 6590116. OLE color: 6590116.

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

Color convert

RGB 164 142 100 -
CMYK 0 0.13 0.39 0.36
HSL 39.38º 0.26% 0.52% -
HSV(B) 39.38º 0.39% 0.64% -
XYZ 27.28 28.16 16.05 -
YUV 143.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 164 142 100 0 0.13 0.39 0.36 39.38 0.26 0.52
Hex A4 8E 64 0 D 27 24 27 1A 34
Octal 244 216 144 0 15 47 44 47 32 64
Binary 10100100 10001110 1100100 0 1101 100111 100100 100111 11010 110100

Color Harmonies of #A48E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E64

Black with #A48E64

Text Example


Text Example

White with #A48E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E64; }

 p { color: rgb(164,142,100); }

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

background-color css

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

 a { background-color: rgb(164,142,100); }

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

border-color css

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

 span { border-color: rgb(164,142,100); }

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