Html Css Color HEX #A8837C Brandy Rose

📋 copy color: '#A8837C'

red 168 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #A8837C

Tints of Brandy Rose #A8837C

RGB

 RED value IS 168 (66.02% from 255) = 39.72%

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

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

R = 39.72%
G = 30.97%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8837C (or 0xA8837C) is known color: Brandy Rose. HEX triplet: A8, 83 and 7C. RGB value is (168,131,124). Sum of RGB (Red+Green+Blue) = 168+131+124=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8837C is #577C83. Grayscale: #8D8D8D. Windows color (decimal): -5733508 or 8160168. OLE color: 8160168.

HSL color Cylindrical-coordinate representation of color #A8837C: hue angle of 9.55º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8837C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 124 -
CMYK 0 0.22 0.26 0.34
HSL 9.55º 0.2% 0.57% -
HSV(B) 9.55º 0.26% 0.66% -
XYZ 27.9 26.01 22.62 -
YUV 141.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 168 131 124 0 0.22 0.26 0.34 9.55 0.2 0.57
Hex A8 83 7C 0 16 1A 22 A 14 39
Octal 250 203 174 0 26 32 42 12 24 71
Binary 10101000 10000011 1111100 0 10110 11010 100010 1010 10100 111001

Color Harmonies of #A8837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8837C

Black with #A8837C

Text Example


Text Example

White with #A8837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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