Html Css Color HEX #A98074 Brandy Rose

📋 copy color: '#A98074'

red 169 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #A98074

Tints of Brandy Rose #A98074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

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

R = 40.92%
G = 30.99%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98074 (or 0xA98074) is known color: Brandy Rose. HEX triplet: A9, 80 and 74. RGB value is (169,128,116). Sum of RGB (Red+Green+Blue) = 169+128+116=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A98074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98074 is #567F8B. Grayscale: #8A8A8A. Windows color (decimal): -5668748 or 7635113. OLE color: 7635113.

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

Color convert

RGB 169 128 116 -
CMYK 0 0.24 0.31 0.34
HSL 13.58º 0.24% 0.56% -
HSV(B) 13.58º 0.31% 0.66% -
XYZ 27.23 25.13 19.94 -
YUV 138.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 169 128 116 0 0.24 0.31 0.34 13.58 0.24 0.56
Hex A9 80 74 0 18 1F 22 E 18 38
Octal 251 200 164 0 30 37 42 16 30 70
Binary 10101001 10000000 1110100 0 11000 11111 100010 1110 11000 111000

Color Harmonies of #A98074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98074

Black with #A98074

Text Example


Text Example

White with #A98074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98074; }

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

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

background-color css

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

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

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

border-color css

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

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

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