Html Css Color HEX #A98479 Brandy Rose

📋 copy color: '#A98479'

red 169 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #A98479

Tints of Brandy Rose #A98479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 40.05%
G = 31.28%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A98479 (or 0xA98479) is known color: Brandy Rose. HEX triplet: A9, 84 and 79. RGB value is (169,132,121). Sum of RGB (Red+Green+Blue) = 169+132+121=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98479 is #567B86. Grayscale: #8D8D8D. Windows color (decimal): -5667719 or 7963817. OLE color: 7963817.

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

Color convert

RGB 169 132 121 -
CMYK 0 0.22 0.28 0.34
HSL 13.75º 0.22% 0.57% -
HSV(B) 13.75º 0.28% 0.66% -
XYZ 28.06 26.32 21.69 -
YUV 141.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 169 132 121 0 0.22 0.28 0.34 13.75 0.22 0.57
Hex A9 84 79 0 16 1C 22 E 16 39
Octal 251 204 171 0 26 34 42 16 26 71
Binary 10101001 10000100 1111001 0 10110 11100 100010 1110 10110 111001

Color Harmonies of #A98479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98479

Black with #A98479

Text Example


Text Example

White with #A98479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98479; }

 p { color: rgb(169,132,121); }

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

background-color css

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

 a { background-color: rgb(169,132,121); }

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

border-color css

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

 span { border-color: rgb(169,132,121); }

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