Html Css Color HEX #A8807C Brandy Rose

📋 copy color: '#A8807C'

red 168 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #A8807C

Tints of Brandy Rose #A8807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

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

R = 40%
G = 30.48%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8807C (or 0xA8807C) is known color: Brandy Rose. HEX triplet: A8, 80 and 7C. RGB value is (168,128,124). Sum of RGB (Red+Green+Blue) = 168+128+124=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807C is #577F83. Grayscale: #8B8B8B. Windows color (decimal): -5734276 or 8159400. OLE color: 8159400.

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

Color convert

RGB 168 128 124 -
CMYK 0 0.24 0.26 0.34
HSL 5.45º 0.2% 0.57% -
HSV(B) 5.45º 0.26% 0.66% -
XYZ 27.51 25.22 22.49 -
YUV 139.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 168 128 124 0 0.24 0.26 0.34 5.45 0.2 0.57
Hex A8 80 7C 0 18 1A 22 5 14 39
Octal 250 200 174 0 30 32 42 5 24 71
Binary 10101000 10000000 1111100 0 11000 11010 100010 101 10100 111001

Color Harmonies of #A8807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8807C

Black with #A8807C

Text Example


Text Example

White with #A8807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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