Html Css Color HEX #A58A69 Sandal

📋 copy color: '#A58A69'

red 165 ◦ green 138 ◦ blue 105

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

Shades of Sandal #A58A69

Tints of Sandal #A58A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 40.44%
G = 33.82%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A58A69 (or 0xA58A69) is known color: Sandal. HEX triplet: A5, 8A and 69. RGB value is (165,138,105). Sum of RGB (Red+Green+Blue) = 165+138+105=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A69 is #5A7596. Grayscale: #8E8E8E. Windows color (decimal): -5928343 or 6916773. OLE color: 6916773.

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

Color convert

RGB 165 138 105 -
CMYK 0 0.16 0.36 0.35
HSL 33º 0.25% 0.53% -
HSV(B) 33º 0.36% 0.65% -
XYZ 27.16 27.2 17.18 -
YUV 142.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 165 138 105 0 0.16 0.36 0.35 33 0.25 0.53
Hex A5 8A 69 0 10 24 23 21 19 35
Octal 245 212 151 0 20 44 43 41 31 65
Binary 10100101 10001010 1101001 0 10000 100100 100011 100001 11001 110101

Color Harmonies of #A58A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A69

Black with #A58A69

Text Example


Text Example

White with #A58A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A69; }

 p { color: rgb(165,138,105); }

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

background-color css

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

 a { background-color: rgb(165,138,105); }

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

border-color css

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

 span { border-color: rgb(165,138,105); }

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