Html Css Color HEX #AE8270 Brandy Rose

📋 copy color: '#AE8270'

red 174 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #AE8270

Tints of Brandy Rose #AE8270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 41.83%
G = 31.25%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE8270 (or 0xAE8270) is known color: Brandy Rose. HEX triplet: AE, 82 and 70. RGB value is (174,130,112). Sum of RGB (Red+Green+Blue) = 174+130+112=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8270 is #517D8F. Grayscale: #8D8D8D. Windows color (decimal): -5340560 or 7373486. OLE color: 7373486.

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

Color convert

RGB 174 130 112 -
CMYK 0 0.25 0.36 0.32
HSL 17.42º 0.28% 0.56% -
HSV(B) 17.42º 0.36% 0.68% -
XYZ 28.36 26.13 18.88 -
YUV 141.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 174 130 112 0 0.25 0.36 0.32 17.42 0.28 0.56
Hex AE 82 70 0 19 24 20 11 1C 38
Octal 256 202 160 0 31 44 40 21 34 70
Binary 10101110 10000010 1110000 0 11001 100100 100000 10001 11100 111000

Color Harmonies of #AE8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8270

Black with #AE8270

Text Example


Text Example

White with #AE8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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