Html Css Color HEX #A48B62 Sandal

📋 copy color: '#A48B62'

red 164 ◦ green 139 ◦ blue 98

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

Shades of Sandal #A48B62

Tints of Sandal #A48B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 40.9%
G = 34.66%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A48B62 (or 0xA48B62) is known color: Sandal. HEX triplet: A4, 8B and 62. RGB value is (164,139,98). Sum of RGB (Red+Green+Blue) = 164+139+98=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B62 is #5B749D. Grayscale: #8D8D8D. Windows color (decimal): -5993630 or 6458276. OLE color: 6458276.

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

Color convert

RGB 164 139 98 -
CMYK 0 0.15 0.40 0.36
HSL 37.27º 0.27% 0.51% -
HSV(B) 37.27º 0.4% 0.64% -
XYZ 26.75 27.24 15.4 -
YUV 141.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 164 139 98 0 0.15 0.40 0.36 37.27 0.27 0.51
Hex A4 8B 62 0 F 28 24 25 1B 33
Octal 244 213 142 0 17 50 44 45 33 63
Binary 10100100 10001011 1100010 0 1111 101000 100100 100101 11011 110011

Color Harmonies of #A48B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B62

Black with #A48B62

Text Example


Text Example

White with #A48B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B62; }

 p { color: rgb(164,139,98); }

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

background-color css

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

 a { background-color: rgb(164,139,98); }

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

border-color css

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

 span { border-color: rgb(164,139,98); }

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