Html Css Color HEX #A8887F Brandy Rose

📋 copy color: '#A8887F'

red 168 ◦ green 136 ◦ blue 127

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

Shades of Brandy Rose #A8887F

Tints of Brandy Rose #A8887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 38.98%
G = 31.55%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8887F (or 0xA8887F) is known color: Brandy Rose. HEX triplet: A8, 88 and 7F. RGB value is (168,136,127). Sum of RGB (Red+Green+Blue) = 168+136+127=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A8887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8887F is #577780. Grayscale: #909090. Windows color (decimal): -5732225 or 8358056. OLE color: 8358056.

HSL color Cylindrical-coordinate representation of color #A8887F: hue angle of 13.17º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8887F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 127 -
CMYK 0 0.19 0.24 0.34
HSL 13.17º 0.19% 0.58% -
HSV(B) 13.17º 0.24% 0.66% -
XYZ 28.78 27.47 23.86 -
YUV 144.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 168 136 127 0 0.19 0.24 0.34 13.17 0.19 0.58
Hex A8 88 7F 0 13 18 22 D 13 3A
Octal 250 210 177 0 23 30 42 15 23 72
Binary 10101000 10001000 1111111 0 10011 11000 100010 1101 10011 111010

Color Harmonies of #A8887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8887F

Black with #A8887F

Text Example


Text Example

White with #A8887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8887F; }

 p { color: rgb(168,136,127); }

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

background-color css

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

 a { background-color: rgb(168,136,127); }

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

border-color css

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

 span { border-color: rgb(168,136,127); }

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