Html Css Color HEX #AE8272 Brandy Rose

📋 copy color: '#AE8272'

red 174 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #AE8272

Tints of Brandy Rose #AE8272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 41.63%
G = 31.1%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE8272 (or 0xAE8272) is known color: Brandy Rose. HEX triplet: AE, 82 and 72. RGB value is (174,130,114). Sum of RGB (Red+Green+Blue) = 174+130+114=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8272 is #517D8D. Grayscale: #8D8D8D. Windows color (decimal): -5340558 or 7504558. OLE color: 7504558.

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

Color convert

RGB 174 130 114 -
CMYK 0 0.25 0.34 0.32
HSL 16º 0.27% 0.56% -
HSV(B) 16º 0.34% 0.68% -
XYZ 28.48 26.18 19.47 -
YUV 141.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 174 130 114 0 0.25 0.34 0.32 16 0.27 0.56
Hex AE 82 72 0 19 22 20 10 1B 38
Octal 256 202 162 0 31 42 40 20 33 70
Binary 10101110 10000010 1110010 0 11001 100010 100000 10000 11011 111000

Color Harmonies of #AE8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8272

Black with #AE8272

Text Example


Text Example

White with #AE8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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