Html Css Color HEX #AE8675 Brandy Rose

📋 copy color: '#AE8675'

red 174 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #AE8675

Tints of Brandy Rose #AE8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 40.94%
G = 31.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE8675 (or 0xAE8675) is known color: Brandy Rose. HEX triplet: AE, 86 and 75. RGB value is (174,134,117). Sum of RGB (Red+Green+Blue) = 174+134+117=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8675 is #51798A. Grayscale: #909090. Windows color (decimal): -5339531 or 7702190. OLE color: 7702190.

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

Color convert

RGB 174 134 117 -
CMYK 0 0.23 0.33 0.32
HSL 17.89º 0.26% 0.57% -
HSV(B) 17.89º 0.33% 0.68% -
XYZ 29.19 27.33 20.57 -
YUV 144.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 174 134 117 0 0.23 0.33 0.32 17.89 0.26 0.57
Hex AE 86 75 0 17 21 20 12 1A 39
Octal 256 206 165 0 27 41 40 22 32 71
Binary 10101110 10000110 1110101 0 10111 100001 100000 10010 11010 111001

Color Harmonies of #AE8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8675

Black with #AE8675

Text Example


Text Example

White with #AE8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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