Html Css Color HEX #A97C71 Brandy Rose

📋 copy color: '#A97C71'

red 169 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #A97C71

Tints of Brandy Rose #A97C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 41.63%
G = 30.54%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A97C71 (or 0xA97C71) is known color: Brandy Rose. HEX triplet: A9, 7C and 71. RGB value is (169,124,113). Sum of RGB (Red+Green+Blue) = 169+124+113=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C71 is #56838E. Grayscale: #888888. Windows color (decimal): -5669775 or 7437481. OLE color: 7437481.

HSL color Cylindrical-coordinate representation of color #A97C71: hue angle of 11.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97C71 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 124 113 -
CMYK 0 0.27 0.33 0.34
HSL 11.79º 0.25% 0.55% -
HSV(B) 11.79º 0.33% 0.66% -
XYZ 26.55 24.04 18.86 -
YUV 136.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 169 124 113 0 0.27 0.33 0.34 11.79 0.25 0.55
Hex A9 7C 71 0 1B 21 22 C 19 37
Octal 251 174 161 0 33 41 42 14 31 67
Binary 10101001 1111100 1110001 0 11011 100001 100010 1100 11001 110111

Color Harmonies of #A97C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C71

Black with #A97C71

Text Example


Text Example

White with #A97C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C71; }

 p { color: rgb(169,124,113); }

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

background-color css

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

 a { background-color: rgb(169,124,113); }

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

border-color css

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

 span { border-color: rgb(169,124,113); }

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