Html Css Color HEX #A9877C Brandy Rose

📋 copy color: '#A9877C'

red 169 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #A9877C

Tints of Brandy Rose #A9877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 39.49%
G = 31.54%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9877C (or 0xA9877C) is known color: Brandy Rose. HEX triplet: A9, 87 and 7C. RGB value is (169,135,124). Sum of RGB (Red+Green+Blue) = 169+135+124=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9877C is #567883. Grayscale: #8F8F8F. Windows color (decimal): -5666948 or 8161193. OLE color: 8161193.

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

Color convert

RGB 169 135 124 -
CMYK 0 0.20 0.27 0.34
HSL 14.67º 0.21% 0.57% -
HSV(B) 14.67º 0.27% 0.66% -
XYZ 28.66 27.22 22.81 -
YUV 143.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 169 135 124 0 0.20 0.27 0.34 14.67 0.21 0.57
Hex A9 87 7C 0 14 1B 22 F 15 39
Octal 251 207 174 0 24 33 42 17 25 71
Binary 10101001 10000111 1111100 0 10100 11011 100010 1111 10101 111001

Color Harmonies of #A9877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9877C

Black with #A9877C

Text Example


Text Example

White with #A9877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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