Html Css Color HEX #A58580 Brandy Rose

📋 copy color: '#A58580'

red 165 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #A58580

Tints of Brandy Rose #A58580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 38.73%
G = 31.22%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A58580 (or 0xA58580) is known color: Brandy Rose. HEX triplet: A5, 85 and 80. RGB value is (165,133,128). Sum of RGB (Red+Green+Blue) = 165+133+128=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58580 is #5A7A7F. Grayscale: #8E8E8E. Windows color (decimal): -5929600 or 8422821. OLE color: 8422821.

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

Color convert

RGB 165 133 128 -
CMYK 0 0.19 0.22 0.35
HSL 8.11º 0.17% 0.57% -
HSV(B) 8.11º 0.22% 0.65% -
XYZ 27.8 26.33 24.04 -
YUV 142 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 165 133 128 0 0.19 0.22 0.35 8.11 0.17 0.57
Hex A5 85 80 0 13 16 23 8 11 39
Octal 245 205 200 0 23 26 43 10 21 71
Binary 10100101 10000101 10000000 0 10011 10110 100011 1000 10001 111001

Color Harmonies of #A58580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58580

Black with #A58580

Text Example


Text Example

White with #A58580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58580; }

 p { color: rgb(165,133,128); }

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

background-color css

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

 a { background-color: rgb(165,133,128); }

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

border-color css

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

 span { border-color: rgb(165,133,128); }

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