Html Css Color HEX #A48C62 Sandal

📋 copy color: '#A48C62'

red 164 ◦ green 140 ◦ blue 98

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

Shades of Sandal #A48C62

Tints of Sandal #A48C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 40.8%
G = 34.83%
B = 24.38%

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

#A48C62 (or 0xA48C62) is known color: Sandal. HEX triplet: A4, 8C and 62. RGB value is (164,140,98). Sum of RGB (Red+Green+Blue) = 164+140+98=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C62 is #5B739D. Grayscale: #8E8E8E. Windows color (decimal): -5993374 or 6458532. OLE color: 6458532.

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

Color convert

RGB 164 140 98 -
CMYK 0 0.15 0.40 0.36
HSL 38.18º 0.27% 0.51% -
HSV(B) 38.18º 0.4% 0.64% -
XYZ 26.89 27.53 15.45 -
YUV 142.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 164 140 98 0 0.15 0.40 0.36 38.18 0.27 0.51
Hex A4 8C 62 0 F 28 24 26 1B 33
Octal 244 214 142 0 17 50 44 46 33 63
Binary 10100100 10001100 1100010 0 1111 101000 100100 100110 11011 110011

Color Harmonies of #A48C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C62

Black with #A48C62

Text Example


Text Example

White with #A48C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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