Html Css Color HEX #A58982 Brandy Rose

📋 copy color: '#A58982'

red 165 ◦ green 137 ◦ blue 130

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

Shades of Brandy Rose #A58982

Tints of Brandy Rose #A58982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 38.19%
G = 31.71%
B = 30.09%

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

#A58982 (or 0xA58982) is known color: Brandy Rose. HEX triplet: A5, 89 and 82. RGB value is (165,137,130). Sum of RGB (Red+Green+Blue) = 165+137+130=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58982 is #5A767D. Grayscale: #909090. Windows color (decimal): -5928574 or 8554917. OLE color: 8554917.

HSL color Cylindrical-coordinate representation of color #A58982: hue angle of 12º 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 #A58982 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 130 -
CMYK 0 0.17 0.21 0.35
HSL 12º 0.16% 0.58% -
HSV(B) 12º 0.21% 0.65% -
XYZ 28.49 27.5 24.93 -
YUV 144.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 165 137 130 0 0.17 0.21 0.35 12 0.16 0.58
Hex A5 89 82 0 11 15 23 C 10 3A
Octal 245 211 202 0 21 25 43 14 20 72
Binary 10100101 10001001 10000010 0 10001 10101 100011 1100 10000 111010

Color Harmonies of #A58982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58982

Black with #A58982

Text Example


Text Example

White with #A58982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58982; }

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

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

background-color css

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

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

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

border-color css

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

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

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