Html Css Color HEX #A5837D Brandy Rose

📋 copy color: '#A5837D'

red 165 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #A5837D

Tints of Brandy Rose #A5837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 39.19%
G = 31.12%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5837D (or 0xA5837D) is known color: Brandy Rose. HEX triplet: A5, 83 and 7D. RGB value is (165,131,125). Sum of RGB (Red+Green+Blue) = 165+131+125=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837D is #5A7C82. Grayscale: #8C8C8C. Windows color (decimal): -5930115 or 8225701. OLE color: 8225701.

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

Color convert

RGB 165 131 125 -
CMYK 0 0.21 0.24 0.35
HSL 0.18% 0.57% -
HSV(B) 0.24% 0.65% -
XYZ 27.34 25.71 22.92 -
YUV 140.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 165 131 125 0 0.21 0.24 0.35 9 0.18 0.57
Hex A5 83 7D 0 15 18 23 9 12 39
Octal 245 203 175 0 25 30 43 11 22 71
Binary 10100101 10000011 1111101 0 10101 11000 100011 1001 10010 111001

Color Harmonies of #A5837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5837D

Black with #A5837D

Text Example


Text Example

White with #A5837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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