Html Css Color HEX #A98474 Brandy Rose

📋 copy color: '#A98474'

red 169 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #A98474

Tints of Brandy Rose #A98474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 40.53%
G = 31.65%
B = 27.82%

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

#A98474 (or 0xA98474) is known color: Brandy Rose. HEX triplet: A9, 84 and 74. RGB value is (169,132,116). Sum of RGB (Red+Green+Blue) = 169+132+116=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98474 is #567B8B. Grayscale: #8D8D8D. Windows color (decimal): -5667724 or 7636137. OLE color: 7636137.

HSL color Cylindrical-coordinate representation of color #A98474: hue angle of 18.11º degrees, saturation: 0.24, 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 #A98474 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 116 -
CMYK 0 0.22 0.31 0.34
HSL 18.11º 0.24% 0.56% -
HSV(B) 18.11º 0.31% 0.66% -
XYZ 27.77 26.2 20.12 -
YUV 141.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 169 132 116 0 0.22 0.31 0.34 18.11 0.24 0.56
Hex A9 84 74 0 16 1F 22 12 18 38
Octal 251 204 164 0 26 37 42 22 30 70
Binary 10101001 10000100 1110100 0 10110 11111 100010 10010 11000 111000

Color Harmonies of #A98474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98474

Black with #A98474

Text Example


Text Example

White with #A98474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98474; }

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

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

background-color css

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

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

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

border-color css

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

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

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