Html Css Color HEX #A97D74 Brandy Rose

📋 copy color: '#A97D74'

red 169 ◦ green 125 ◦ blue 116

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

Shades of Brandy Rose #A97D74

Tints of Brandy Rose #A97D74

RGB

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

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

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

R = 41.22%
G = 30.49%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A97D74 (or 0xA97D74) is known color: Brandy Rose. HEX triplet: A9, 7D and 74. RGB value is (169,125,116). Sum of RGB (Red+Green+Blue) = 169+125+116=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D74 is #56828B. Grayscale: #898989. Windows color (decimal): -5669516 or 7634345. OLE color: 7634345.

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

Color convert

RGB 169 125 116 -
CMYK 0 0.26 0.31 0.34
HSL 10.19º 0.24% 0.56% -
HSV(B) 10.19º 0.31% 0.66% -
XYZ 26.85 24.36 19.81 -
YUV 137.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 169 125 116 0 0.26 0.31 0.34 10.19 0.24 0.56
Hex A9 7D 74 0 1A 1F 22 A 18 38
Octal 251 175 164 0 32 37 42 12 30 70
Binary 10101001 1111101 1110100 0 11010 11111 100010 1010 11000 111000

Color Harmonies of #A97D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D74

Black with #A97D74

Text Example


Text Example

White with #A97D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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