Html Css Color HEX #A48462 Sandal

📋 copy color: '#A48462'

red 164 ◦ green 132 ◦ blue 98

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

Shades of Sandal #A48462

Tints of Sandal #A48462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 41.62%
G = 33.5%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A48462 (or 0xA48462) is known color: Sandal. HEX triplet: A4, 84 and 62. RGB value is (164,132,98). Sum of RGB (Red+Green+Blue) = 164+132+98=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48462 is #5B7B9D. Grayscale: #898989. Windows color (decimal): -5995422 or 6456484. OLE color: 6456484.

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

Color convert

RGB 164 132 98 -
CMYK 0 0.20 0.40 0.36
HSL 30.91º 0.27% 0.51% -
HSV(B) 30.91º 0.4% 0.64% -
XYZ 25.77 25.28 15.08 -
YUV 137.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 164 132 98 0 0.20 0.40 0.36 30.91 0.27 0.51
Hex A4 84 62 0 14 28 24 1F 1B 33
Octal 244 204 142 0 24 50 44 37 33 63
Binary 10100100 10000100 1100010 0 10100 101000 100100 11111 11011 110011

Color Harmonies of #A48462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48462

Black with #A48462

Text Example


Text Example

White with #A48462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48462; }

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

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

background-color css

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

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

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

border-color css

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

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

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