Html Css Color HEX #A97F7C Brandy Rose

📋 copy color: '#A97F7C'

red 169 ◦ green 127 ◦ blue 124

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

Shades of Brandy Rose #A97F7C

Tints of Brandy Rose #A97F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 40.24%
G = 30.24%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A97F7C (or 0xA97F7C) is known color: Brandy Rose. HEX triplet: A9, 7F and 7C. RGB value is (169,127,124). Sum of RGB (Red+Green+Blue) = 169+127+124=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F7C is #568083. Grayscale: #8B8B8B. Windows color (decimal): -5668996 or 8159145. OLE color: 8159145.

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

Color convert

RGB 169 127 124 -
CMYK 0 0.25 0.27 0.34
HSL 0.21% 0.57% -
HSV(B) 0.27% 0.66% -
XYZ 27.59 25.07 22.45 -
YUV 139.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 169 127 124 0 0.25 0.27 0.34 4 0.21 0.57
Hex A9 7F 7C 0 19 1B 22 4 15 39
Octal 251 177 174 0 31 33 42 4 25 71
Binary 10101001 1111111 1111100 0 11001 11011 100010 100 10101 111001

Color Harmonies of #A97F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97F7C

Black with #A97F7C

Text Example


Text Example

White with #A97F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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