Html Css Color HEX #AE8278 Brandy Rose

📋 copy color: '#AE8278'

red 174 ◦ green 130 ◦ blue 120

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

Shades of Brandy Rose #AE8278

Tints of Brandy Rose #AE8278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 41.04%
G = 30.66%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE8278 (or 0xAE8278) is known color: Brandy Rose. HEX triplet: AE, 82 and 78. RGB value is (174,130,120). Sum of RGB (Red+Green+Blue) = 174+130+120=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8278 is #517D87. Grayscale: #8E8E8E. Windows color (decimal): -5340552 or 7897774. OLE color: 7897774.

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

Color convert

RGB 174 130 120 -
CMYK 0 0.25 0.31 0.32
HSL 11.11º 0.25% 0.58% -
HSV(B) 11.11º 0.31% 0.68% -
XYZ 28.83 26.32 21.33 -
YUV 142.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 174 130 120 0 0.25 0.31 0.32 11.11 0.25 0.58
Hex AE 82 78 0 19 1F 20 B 19 3A
Octal 256 202 170 0 31 37 40 13 31 72
Binary 10101110 10000010 1111000 0 11001 11111 100000 1011 11001 111010

Color Harmonies of #AE8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8278

Black with #AE8278

Text Example


Text Example

White with #AE8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8278; }

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

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

background-color css

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

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

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

border-color css

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

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

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