Html Css Color HEX #AE8682 Brandy Rose

📋 copy color: '#AE8682'

red 174 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #AE8682

Tints of Brandy Rose #AE8682

RGB

 RED value IS 174 (68.36% from 255) = 39.73%

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

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 39.73%
G = 30.59%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE8682 (or 0xAE8682) is known color: Brandy Rose. HEX triplet: AE, 86 and 82. RGB value is (174,134,130). Sum of RGB (Red+Green+Blue) = 174+134+130=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8682 is #51797D. Grayscale: #919191. Windows color (decimal): -5339518 or 8554158. OLE color: 8554158.

HSL color Cylindrical-coordinate representation of color #AE8682: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8682 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 130 -
CMYK 0 0.23 0.25 0.32
HSL 5.45º 0.21% 0.6% -
HSV(B) 5.45º 0.25% 0.68% -
XYZ 30.01 27.66 24.88 -
YUV 145.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 174 134 130 0 0.23 0.25 0.32 5.45 0.21 0.6
Hex AE 86 82 0 17 19 20 5 15 3C
Octal 256 206 202 0 27 31 40 5 25 74
Binary 10101110 10000110 10000010 0 10111 11001 100000 101 10101 111100

Color Harmonies of #AE8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8682

Black with #AE8682

Text Example


Text Example

White with #AE8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8682; }

 p { color: rgb(174,134,130); }

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

background-color css

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

 a { background-color: rgb(174,134,130); }

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

border-color css

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

 span { border-color: rgb(174,134,130); }

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