Html Css Color HEX #A97E76 Brandy Rose

📋 copy color: '#A97E76'

red 169 ◦ green 126 ◦ blue 118

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

Shades of Brandy Rose #A97E76

Tints of Brandy Rose #A97E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 40.92%
G = 30.51%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A97E76 (or 0xA97E76) is known color: Brandy Rose. HEX triplet: A9, 7E and 76. RGB value is (169,126,118). Sum of RGB (Red+Green+Blue) = 169+126+118=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E76 is #568189. Grayscale: #8A8A8A. Windows color (decimal): -5669258 or 7765673. OLE color: 7765673.

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

Color convert

RGB 169 126 118 -
CMYK 0 0.25 0.30 0.34
HSL 9.41º 0.23% 0.56% -
HSV(B) 9.41º 0.3% 0.66% -
XYZ 27.09 24.66 20.47 -
YUV 137.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 169 126 118 0 0.25 0.30 0.34 9.41 0.23 0.56
Hex A9 7E 76 0 19 1E 22 9 17 38
Octal 251 176 166 0 31 36 42 11 27 70
Binary 10101001 1111110 1110110 0 11001 11110 100010 1001 10111 111000

Color Harmonies of #A97E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E76

Black with #A97E76

Text Example


Text Example

White with #A97E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E76; }

 p { color: rgb(169,126,118); }

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

background-color css

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

 a { background-color: rgb(169,126,118); }

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

border-color css

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

 span { border-color: rgb(169,126,118); }

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