Html Css Color HEX #A97C77 Brandy Rose

📋 copy color: '#A97C77'

red 169 ◦ green 124 ◦ blue 119

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

Shades of Brandy Rose #A97C77

Tints of Brandy Rose #A97C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 41.02%
G = 30.1%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A97C77 (or 0xA97C77) is known color: Brandy Rose. HEX triplet: A9, 7C and 77. RGB value is (169,124,119). Sum of RGB (Red+Green+Blue) = 169+124+119=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C77 is #568388. Grayscale: #888888. Windows color (decimal): -5669769 or 7830697. OLE color: 7830697.

HSL color Cylindrical-coordinate representation of color #A97C77: hue angle of 6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97C77 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 124 119 -
CMYK 0 0.27 0.30 0.34
HSL 0.23% 0.56% -
HSV(B) 0.3% 0.66% -
XYZ 26.9 24.18 20.7 -
YUV 136.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 169 124 119 0 0.27 0.30 0.34 6 0.23 0.56
Hex A9 7C 77 0 1B 1E 22 6 17 38
Octal 251 174 167 0 33 36 42 6 27 70
Binary 10101001 1111100 1110111 0 11011 11110 100010 110 10111 111000

Color Harmonies of #A97C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C77

Black with #A97C77

Text Example


Text Example

White with #A97C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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