Html Css Color HEX #A97E74 Brandy Rose

📋 copy color: '#A97E74'

red 169 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #A97E74

Tints of Brandy Rose #A97E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 41.12%
G = 30.66%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A97E74 (or 0xA97E74) is known color: Brandy Rose. HEX triplet: A9, 7E and 74. RGB value is (169,126,116). Sum of RGB (Red+Green+Blue) = 169+126+116=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E74 is #56818B. Grayscale: #898989. Windows color (decimal): -5669260 or 7634601. OLE color: 7634601.

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

Color convert

RGB 169 126 116 -
CMYK 0 0.25 0.31 0.34
HSL 11.32º 0.24% 0.56% -
HSV(B) 11.32º 0.31% 0.66% -
XYZ 26.98 24.62 19.85 -
YUV 137.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 169 126 116 0 0.25 0.31 0.34 11.32 0.24 0.56
Hex A9 7E 74 0 19 1F 22 B 18 38
Octal 251 176 164 0 31 37 42 13 30 70
Binary 10101001 1111110 1110100 0 11001 11111 100010 1011 11000 111000

Color Harmonies of #A97E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E74

Black with #A97E74

Text Example


Text Example

White with #A97E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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