Html Css Color HEX #A98475 Brandy Rose

📋 copy color: '#A98475'

red 169 ◦ green 132 ◦ blue 117

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

Shades of Brandy Rose #A98475

Tints of Brandy Rose #A98475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 40.43%
G = 31.58%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98475 (or 0xA98475) is known color: Brandy Rose. HEX triplet: A9, 84 and 75. RGB value is (169,132,117). Sum of RGB (Red+Green+Blue) = 169+132+117=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98475 is #567B8A. Grayscale: #8D8D8D. Windows color (decimal): -5667723 or 7701673. OLE color: 7701673.

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

Color convert

RGB 169 132 117 -
CMYK 0 0.22 0.31 0.34
HSL 17.31º 0.23% 0.56% -
HSV(B) 17.31º 0.31% 0.66% -
XYZ 27.82 26.22 20.42 -
YUV 141.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 169 132 117 0 0.22 0.31 0.34 17.31 0.23 0.56
Hex A9 84 75 0 16 1F 22 11 17 38
Octal 251 204 165 0 26 37 42 21 27 70
Binary 10101001 10000100 1110101 0 10110 11111 100010 10001 10111 111000

Color Harmonies of #A98475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98475

Black with #A98475

Text Example


Text Example

White with #A98475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98475; }

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

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

background-color css

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

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

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

border-color css

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

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

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