Html Css Color HEX #AA8678 Brandy Rose

📋 copy color: '#AA8678'

red 170 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #AA8678

Tints of Brandy Rose #AA8678

RGB

 RED value IS 170 (66.8% from 255) = 40.09%

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 40.09%
G = 31.6%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8678 (or 0xAA8678) is known color: Brandy Rose. HEX triplet: AA, 86 and 78. RGB value is (170,134,120). Sum of RGB (Red+Green+Blue) = 170+134+120=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8678 is #557987. Grayscale: #8F8F8F. Windows color (decimal): -5601672 or 7898794. OLE color: 7898794.

HSL color Cylindrical-coordinate representation of color #AA8678: hue angle of 16.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8678 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 134 120 -
CMYK 0 0.21 0.29 0.33
HSL 16.8º 0.23% 0.57% -
HSV(B) 16.8º 0.29% 0.67% -
XYZ 28.49 26.95 21.47 -
YUV 143.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 170 134 120 0 0.21 0.29 0.33 16.8 0.23 0.57
Hex AA 86 78 0 15 1D 21 11 17 39
Octal 252 206 170 0 25 35 41 21 27 71
Binary 10101010 10000110 1111000 0 10101 11101 100001 10001 10111 111001

Color Harmonies of #AA8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8678

Black with #AA8678

Text Example


Text Example

White with #AA8678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8678; }

 p { color: rgb(170,134,120); }

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

background-color css

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

 a { background-color: rgb(170,134,120); }

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

border-color css

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

 span { border-color: rgb(170,134,120); }

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