Html Css Color HEX #A58983 Brandy Rose

📋 copy color: '#A58983'

red 165 ◦ green 137 ◦ blue 131

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

Shades of Brandy Rose #A58983

Tints of Brandy Rose #A58983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 38.11%
G = 31.64%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A58983 (or 0xA58983) is known color: Brandy Rose. HEX triplet: A5, 89 and 83. RGB value is (165,137,131). Sum of RGB (Red+Green+Blue) = 165+137+131=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58983 is #5A767C. Grayscale: #909090. Windows color (decimal): -5928573 or 8620453. OLE color: 8620453.

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

Color convert

RGB 165 137 131 -
CMYK 0 0.17 0.21 0.35
HSL 10.59º 0.16% 0.58% -
HSV(B) 10.59º 0.21% 0.65% -
XYZ 28.56 27.53 25.28 -
YUV 144.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 165 137 131 0 0.17 0.21 0.35 10.59 0.16 0.58
Hex A5 89 83 0 11 15 23 B 10 3A
Octal 245 211 203 0 21 25 43 13 20 72
Binary 10100101 10001001 10000011 0 10001 10101 100011 1011 10000 111010

Color Harmonies of #A58983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58983

Black with #A58983

Text Example


Text Example

White with #A58983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58983; }

 p { color: rgb(165,137,131); }

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

background-color css

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

 a { background-color: rgb(165,137,131); }

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

border-color css

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

 span { border-color: rgb(165,137,131); }

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