Html Css Color HEX #A98073 Brandy Rose

📋 copy color: '#A98073'

red 169 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #A98073

Tints of Brandy Rose #A98073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 41.02%
G = 31.07%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A98073 (or 0xA98073) is known color: Brandy Rose. HEX triplet: A9, 80 and 73. RGB value is (169,128,115). Sum of RGB (Red+Green+Blue) = 169+128+115=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A98073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98073 is #567F8C. Grayscale: #8A8A8A. Windows color (decimal): -5668749 or 7569577. OLE color: 7569577.

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

Color convert

RGB 169 128 115 -
CMYK 0 0.24 0.32 0.34
HSL 14.44º 0.24% 0.56% -
HSV(B) 14.44º 0.32% 0.66% -
XYZ 27.18 25.11 19.63 -
YUV 138.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 169 128 115 0 0.24 0.32 0.34 14.44 0.24 0.56
Hex A9 80 73 0 18 20 22 E 18 38
Octal 251 200 163 0 30 40 42 16 30 70
Binary 10101001 10000000 1110011 0 11000 100000 100010 1110 11000 111000

Color Harmonies of #A98073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98073

Black with #A98073

Text Example


Text Example

White with #A98073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98073; }

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

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

background-color css

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

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

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

border-color css

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

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

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