Html Css Color HEX #A5837B Brandy Rose

📋 copy color: '#A5837B'

red 165 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #A5837B

Tints of Brandy Rose #A5837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 39.38%
G = 31.26%
B = 29.36%

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

#A5837B (or 0xA5837B) is known color: Brandy Rose. HEX triplet: A5, 83 and 7B. RGB value is (165,131,123). Sum of RGB (Red+Green+Blue) = 165+131+123=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837B is #5A7C84. Grayscale: #8C8C8C. Windows color (decimal): -5930117 or 8094629. OLE color: 8094629.

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

Color convert

RGB 165 131 123 -
CMYK 0 0.21 0.25 0.35
HSL 11.43º 0.19% 0.56% -
HSV(B) 11.43º 0.25% 0.65% -
XYZ 27.21 25.66 22.26 -
YUV 140.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 165 131 123 0 0.21 0.25 0.35 11.43 0.19 0.56
Hex A5 83 7B 0 15 19 23 B 13 38
Octal 245 203 173 0 25 31 43 13 23 70
Binary 10100101 10000011 1111011 0 10101 11001 100011 1011 10011 111000

Color Harmonies of #A5837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5837B

Black with #A5837B

Text Example


Text Example

White with #A5837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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