Html Css Color HEX #A98476 Brandy Rose

📋 copy color: '#A98476'

red 169 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #A98476

Tints of Brandy Rose #A98476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 40.33%
G = 31.5%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A98476 (or 0xA98476) is known color: Brandy Rose. HEX triplet: A9, 84 and 76. RGB value is (169,132,118). Sum of RGB (Red+Green+Blue) = 169+132+118=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98476 is #567B89. Grayscale: #8D8D8D. Windows color (decimal): -5667722 or 7767209. OLE color: 7767209.

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

Color convert

RGB 169 132 118 -
CMYK 0 0.22 0.30 0.34
HSL 16.47º 0.23% 0.56% -
HSV(B) 16.47º 0.3% 0.66% -
XYZ 27.88 26.25 20.74 -
YUV 141.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 169 132 118 0 0.22 0.30 0.34 16.47 0.23 0.56
Hex A9 84 76 0 16 1E 22 10 17 38
Octal 251 204 166 0 26 36 42 20 27 70
Binary 10101001 10000100 1110110 0 10110 11110 100010 10000 10111 111000

Color Harmonies of #A98476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98476

Black with #A98476

Text Example


Text Example

White with #A98476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98476; }

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

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

background-color css

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

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

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

border-color css

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

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

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