Html Css Color HEX #A8837D Brandy Rose

📋 copy color: '#A8837D'

red 168 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #A8837D

Tints of Brandy Rose #A8837D

RGB

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

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

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

R = 39.62%
G = 30.9%
B = 29.48%

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

#A8837D (or 0xA8837D) is known color: Brandy Rose. HEX triplet: A8, 83 and 7D. RGB value is (168,131,125). Sum of RGB (Red+Green+Blue) = 168+131+125=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8837D is #577C82. Grayscale: #8D8D8D. Windows color (decimal): -5733507 or 8225704. OLE color: 8225704.

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

Color convert

RGB 168 131 125 -
CMYK 0 0.22 0.26 0.34
HSL 8.37º 0.2% 0.57% -
HSV(B) 8.37º 0.26% 0.66% -
XYZ 27.97 26.04 22.95 -
YUV 141.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 168 131 125 0 0.22 0.26 0.34 8.37 0.2 0.57
Hex A8 83 7D 0 16 1A 22 8 14 39
Octal 250 203 175 0 26 32 42 10 24 71
Binary 10101000 10000011 1111101 0 10110 11010 100010 1000 10100 111001

Color Harmonies of #A8837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8837D

Black with #A8837D

Text Example


Text Example

White with #A8837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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