Html Css Color HEX #A97D79 Brandy Rose

📋 copy color: '#A97D79'

red 169 ◦ green 125 ◦ blue 121

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

Shades of Brandy Rose #A97D79

Tints of Brandy Rose #A97D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 40.72%
G = 30.12%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A97D79 (or 0xA97D79) is known color: Brandy Rose. HEX triplet: A9, 7D and 79. RGB value is (169,125,121). Sum of RGB (Red+Green+Blue) = 169+125+121=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D79 is #568286. Grayscale: #898989. Windows color (decimal): -5669511 or 7962025. OLE color: 7962025.

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

Color convert

RGB 169 125 121 -
CMYK 0 0.26 0.28 0.34
HSL 0.22% 0.57% -
HSV(B) 0.28% 0.66% -
XYZ 27.15 24.48 21.38 -
YUV 137.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 169 125 121 0 0.26 0.28 0.34 5 0.22 0.57
Hex A9 7D 79 0 1A 1C 22 5 16 39
Octal 251 175 171 0 32 34 42 5 26 71
Binary 10101001 1111101 1111001 0 11010 11100 100010 101 10110 111001

Color Harmonies of #A97D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D79

Black with #A97D79

Text Example


Text Example

White with #A97D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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