Html Css Color HEX #A58E7B Sandrift

📋 copy color: '#A58E7B'

red 165 ◦ green 142 ◦ blue 123

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

Shades of Sandrift #A58E7B

Tints of Sandrift #A58E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.02%

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 38.37%
G = 33.02%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A58E7B (or 0xA58E7B) is known color: Sandrift. HEX triplet: A5, 8E and 7B. RGB value is (165,142,123). Sum of RGB (Red+Green+Blue) = 165+142+123=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E7B is #5A7184. Grayscale: #929292. Windows color (decimal): -5927301 or 8097445. OLE color: 8097445.

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

Color convert

RGB 165 142 123 -
CMYK 0 0.14 0.25 0.35
HSL 27.14º 0.19% 0.56% -
HSV(B) 27.14º 0.25% 0.65% -
XYZ 28.77 28.78 22.78 -
YUV 146.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 165 142 123 0 0.14 0.25 0.35 27.14 0.19 0.56
Hex A5 8E 7B 0 E 19 23 1B 13 38
Octal 245 216 173 0 16 31 43 33 23 70
Binary 10100101 10001110 1111011 0 1110 11001 100011 11011 10011 111000

Color Harmonies of #A58E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E7B

Black with #A58E7B

Text Example


Text Example

White with #A58E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E7B; }

 p { color: rgb(165,142,123); }

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

background-color css

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

 a { background-color: rgb(165,142,123); }

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

border-color css

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

 span { border-color: rgb(165,142,123); }

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