Html Css Color HEX #A48465 Sandal

📋 copy color: '#A48465'

red 164 ◦ green 132 ◦ blue 101

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

Shades of Sandal #A48465

Tints of Sandal #A48465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 41.31%
G = 33.25%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48465 (or 0xA48465) is known color: Sandal. HEX triplet: A4, 84 and 65. RGB value is (164,132,101). Sum of RGB (Red+Green+Blue) = 164+132+101=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48465 is #5B7B9A. Grayscale: #8A8A8A. Windows color (decimal): -5995419 or 6653092. OLE color: 6653092.

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

Color convert

RGB 164 132 101 -
CMYK 0 0.20 0.38 0.36
HSL 29.52º 0.26% 0.52% -
HSV(B) 29.52º 0.38% 0.64% -
XYZ 25.91 25.33 15.84 -
YUV 138.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 164 132 101 0 0.20 0.38 0.36 29.52 0.26 0.52
Hex A4 84 65 0 14 26 24 1E 1A 34
Octal 244 204 145 0 24 46 44 36 32 64
Binary 10100100 10000100 1100101 0 10100 100110 100100 11110 11010 110100

Color Harmonies of #A48465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48465

Black with #A48465

Text Example


Text Example

White with #A48465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48465; }

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

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

background-color css

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

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

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

border-color css

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

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

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