Html Css Color HEX #A58680 Brandy Rose

📋 copy color: '#A58680'

red 165 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #A58680

Tints of Brandy Rose #A58680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 38.64%
G = 31.38%
B = 29.98%

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

#A58680 (or 0xA58680) is known color: Brandy Rose. HEX triplet: A5, 86 and 80. RGB value is (165,134,128). Sum of RGB (Red+Green+Blue) = 165+134+128=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A58680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58680 is #5A797F. Grayscale: #8E8E8E. Windows color (decimal): -5929344 or 8423077. OLE color: 8423077.

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

Color convert

RGB 165 134 128 -
CMYK 0 0.19 0.22 0.35
HSL 9.73º 0.17% 0.57% -
HSV(B) 9.73º 0.22% 0.65% -
XYZ 27.94 26.61 24.09 -
YUV 142.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 165 134 128 0 0.19 0.22 0.35 9.73 0.17 0.57
Hex A5 86 80 0 13 16 23 A 11 39
Octal 245 206 200 0 23 26 43 12 21 71
Binary 10100101 10000110 10000000 0 10011 10110 100011 1010 10001 111001

Color Harmonies of #A58680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58680

Black with #A58680

Text Example


Text Example

White with #A58680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58680; }

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

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

background-color css

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

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

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

border-color css

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

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

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