Html Css Color HEX #A97D72 Brandy Rose

📋 copy color: '#A97D72'

red 169 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #A97D72

Tints of Brandy Rose #A97D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 41.42%
G = 30.64%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A97D72 (or 0xA97D72) is known color: Brandy Rose. HEX triplet: A9, 7D and 72. RGB value is (169,125,114). Sum of RGB (Red+Green+Blue) = 169+125+114=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D72 is #56828D. Grayscale: #888888. Windows color (decimal): -5669518 or 7503273. OLE color: 7503273.

HSL color Cylindrical-coordinate representation of color #A97D72: hue angle of 12º degrees, saturation: 0.24, 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 #A97D72 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 114 -
CMYK 0 0.26 0.33 0.34
HSL 12º 0.24% 0.55% -
HSV(B) 12º 0.33% 0.66% -
XYZ 26.73 24.32 19.2 -
YUV 136.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 169 125 114 0 0.26 0.33 0.34 12 0.24 0.55
Hex A9 7D 72 0 1A 21 22 C 18 37
Octal 251 175 162 0 32 41 42 14 30 67
Binary 10101001 1111101 1110010 0 11010 100001 100010 1100 11000 110111

Color Harmonies of #A97D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D72

Black with #A97D72

Text Example


Text Example

White with #A97D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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