Html Css Color HEX #A9807C Brandy Rose

📋 copy color: '#A9807C'

red 169 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #A9807C

Tints of Brandy Rose #A9807C

RGB

 RED value IS 169 (66.41% from 255) = 40.14%

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

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

R = 40.14%
G = 30.4%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9807C (or 0xA9807C) is known color: Brandy Rose. HEX triplet: A9, 80 and 7C. RGB value is (169,128,124). Sum of RGB (Red+Green+Blue) = 169+128+124=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9807C is #567F83. Grayscale: #8B8B8B. Windows color (decimal): -5668740 or 8159401. OLE color: 8159401.

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

Color convert

RGB 169 128 124 -
CMYK 0 0.24 0.27 0.34
HSL 5.33º 0.21% 0.57% -
HSV(B) 5.33º 0.27% 0.66% -
XYZ 27.72 25.33 22.5 -
YUV 139.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 169 128 124 0 0.24 0.27 0.34 5.33 0.21 0.57
Hex A9 80 7C 0 18 1B 22 5 15 39
Octal 251 200 174 0 30 33 42 5 25 71
Binary 10101001 10000000 1111100 0 11000 11011 100010 101 10101 111001

Color Harmonies of #A9807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9807C

Black with #A9807C

Text Example


Text Example

White with #A9807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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