Html Css Color HEX #A97D73 Brandy Rose

📋 copy color: '#A97D73'

red 169 ◦ green 125 ◦ blue 115

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

Shades of Brandy Rose #A97D73

Tints of Brandy Rose #A97D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 41.32%
G = 30.56%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A97D73 (or 0xA97D73) is known color: Brandy Rose. HEX triplet: A9, 7D and 73. RGB value is (169,125,115). Sum of RGB (Red+Green+Blue) = 169+125+115=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D73 is #56828C. Grayscale: #898989. Windows color (decimal): -5669517 or 7568809. OLE color: 7568809.

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

Color convert

RGB 169 125 115 -
CMYK 0 0.26 0.32 0.34
HSL 11.11º 0.24% 0.56% -
HSV(B) 11.11º 0.32% 0.66% -
XYZ 26.79 24.34 19.51 -
YUV 137.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 169 125 115 0 0.26 0.32 0.34 11.11 0.24 0.56
Hex A9 7D 73 0 1A 20 22 B 18 38
Octal 251 175 163 0 32 40 42 13 30 70
Binary 10101001 1111101 1110011 0 11010 100000 100010 1011 11000 111000

Color Harmonies of #A97D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D73

Black with #A97D73

Text Example


Text Example

White with #A97D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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