Html Css Color HEX #A98379 Brandy Rose

📋 copy color: '#A98379'

red 169 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #A98379

Tints of Brandy Rose #A98379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 40.14%
G = 31.12%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A98379 (or 0xA98379) is known color: Brandy Rose. HEX triplet: A9, 83 and 79. RGB value is (169,131,121). Sum of RGB (Red+Green+Blue) = 169+131+121=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A98379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98379 is #567C86. Grayscale: #8D8D8D. Windows color (decimal): -5667975 or 7963561. OLE color: 7963561.

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

Color convert

RGB 169 131 121 -
CMYK 0 0.22 0.28 0.34
HSL 12.5º 0.22% 0.57% -
HSV(B) 12.5º 0.28% 0.66% -
XYZ 27.93 26.05 21.64 -
YUV 141.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 169 131 121 0 0.22 0.28 0.34 12.5 0.22 0.57
Hex A9 83 79 0 16 1C 22 C 16 39
Octal 251 203 171 0 26 34 42 14 26 71
Binary 10101001 10000011 1111001 0 10110 11100 100010 1100 10110 111001

Color Harmonies of #A98379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98379

Black with #A98379

Text Example


Text Example

White with #A98379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98379; }

 p { color: rgb(169,131,121); }

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

background-color css

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

 a { background-color: rgb(169,131,121); }

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

border-color css

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

 span { border-color: rgb(169,131,121); }

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