Html Css Color HEX #AE8370 Brandy Rose

📋 copy color: '#AE8370'

red 174 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #AE8370

Tints of Brandy Rose #AE8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 41.73%
G = 31.41%
B = 26.86%

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

#AE8370 (or 0xAE8370) is known color: Brandy Rose. HEX triplet: AE, 83 and 70. RGB value is (174,131,112). Sum of RGB (Red+Green+Blue) = 174+131+112=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8370 is #517C8F. Grayscale: #8D8D8D. Windows color (decimal): -5340304 or 7373742. OLE color: 7373742.

HSL color Cylindrical-coordinate representation of color #AE8370: hue angle of 18.39º 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 #AE8370 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 112 -
CMYK 0 0.25 0.36 0.32
HSL 18.39º 0.28% 0.56% -
HSV(B) 18.39º 0.36% 0.68% -
XYZ 28.5 26.4 18.92 -
YUV 141.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 174 131 112 0 0.25 0.36 0.32 18.39 0.28 0.56
Hex AE 83 70 0 19 24 20 12 1C 38
Octal 256 203 160 0 31 44 40 22 34 70
Binary 10101110 10000011 1110000 0 11001 100100 100000 10010 11100 111000

Color Harmonies of #AE8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8370

Black with #AE8370

Text Example


Text Example

White with #AE8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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