Html Css Color HEX #A48A60 Sandal

📋 copy color: '#A48A60'

red 164 ◦ green 138 ◦ blue 96

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

Shades of Sandal #A48A60

Tints of Sandal #A48A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 41.21%
G = 34.67%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A48A60 (or 0xA48A60) is known color: Sandal. HEX triplet: A4, 8A and 60. RGB value is (164,138,96). Sum of RGB (Red+Green+Blue) = 164+138+96=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A60 is #5B759F. Grayscale: #8D8D8D. Windows color (decimal): -5993888 or 6326948. OLE color: 6326948.

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

Color convert

RGB 164 138 96 -
CMYK 0 0.16 0.41 0.36
HSL 37.06º 0.27% 0.51% -
HSV(B) 37.06º 0.41% 0.64% -
XYZ 26.51 26.91 14.86 -
YUV 140.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 164 138 96 0 0.16 0.41 0.36 37.06 0.27 0.51
Hex A4 8A 60 0 10 29 24 25 1B 33
Octal 244 212 140 0 20 51 44 45 33 63
Binary 10100100 10001010 1100000 0 10000 101001 100100 100101 11011 110011

Color Harmonies of #A48A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A60

Black with #A48A60

Text Example


Text Example

White with #A48A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A60; }

 p { color: rgb(164,138,96); }

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

background-color css

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

 a { background-color: rgb(164,138,96); }

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

border-color css

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

 span { border-color: rgb(164,138,96); }

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