Html Css Color HEX #A5837C Brandy Rose

📋 copy color: '#A5837C'

red 165 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #A5837C

Tints of Brandy Rose #A5837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 39.29%
G = 31.19%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5837C (or 0xA5837C) is known color: Brandy Rose. HEX triplet: A5, 83 and 7C. RGB value is (165,131,124). Sum of RGB (Red+Green+Blue) = 165+131+124=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837C is #5A7C83. Grayscale: #8C8C8C. Windows color (decimal): -5930116 or 8160165. OLE color: 8160165.

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

Color convert

RGB 165 131 124 -
CMYK 0 0.21 0.25 0.35
HSL 10.24º 0.19% 0.57% -
HSV(B) 10.24º 0.25% 0.65% -
XYZ 27.27 25.69 22.59 -
YUV 140.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 165 131 124 0 0.21 0.25 0.35 10.24 0.19 0.57
Hex A5 83 7C 0 15 19 23 A 13 39
Octal 245 203 174 0 25 31 43 12 23 71
Binary 10100101 10000011 1111100 0 10101 11001 100011 1010 10011 111001

Color Harmonies of #A5837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5837C

Black with #A5837C

Text Example


Text Example

White with #A5837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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