Html Css Color HEX #A58468 Sandal

📋 copy color: '#A58468'

red 165 ◦ green 132 ◦ blue 104

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

Shades of Sandal #A58468

Tints of Sandal #A58468

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 41.15%
G = 32.92%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A58468 (or 0xA58468) is known color: Sandal. HEX triplet: A5, 84 and 68. RGB value is (165,132,104). Sum of RGB (Red+Green+Blue) = 165+132+104=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58468 is #5A7B97. Grayscale: #8A8A8A. Windows color (decimal): -5929880 or 6849701. OLE color: 6849701.

HSL color Cylindrical-coordinate representation of color #A58468: hue angle of 27.54º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58468 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 104 -
CMYK 0 0.20 0.37 0.35
HSL 27.54º 0.25% 0.53% -
HSV(B) 27.54º 0.37% 0.65% -
XYZ 26.27 25.5 16.63 -
YUV 138.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 165 132 104 0 0.20 0.37 0.35 27.54 0.25 0.53
Hex A5 84 68 0 14 25 23 1C 19 35
Octal 245 204 150 0 24 45 43 34 31 65
Binary 10100101 10000100 1101000 0 10100 100101 100011 11100 11001 110101

Color Harmonies of #A58468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58468

Black with #A58468

Text Example


Text Example

White with #A58468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58468; }

 p { color: rgb(165,132,104); }

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

background-color css

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

 a { background-color: rgb(165,132,104); }

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

border-color css

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

 span { border-color: rgb(165,132,104); }

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