Html Css Color HEX #AE7F72 Brandy Rose

📋 copy color: '#AE7F72'

red 174 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #AE7F72

Tints of Brandy Rose #AE7F72

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 41.93%
G = 30.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7F72 (or 0xAE7F72) is known color: Brandy Rose. HEX triplet: AE, 7F and 72. RGB value is (174,127,114). Sum of RGB (Red+Green+Blue) = 174+127+114=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F72 is #51808D. Grayscale: #8B8B8B. Windows color (decimal): -5341326 or 7503790. OLE color: 7503790.

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

Color convert

RGB 174 127 114 -
CMYK 0 0.27 0.34 0.32
HSL 13º 0.27% 0.56% -
HSV(B) 13º 0.34% 0.68% -
XYZ 28.08 25.39 19.34 -
YUV 139.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 174 127 114 0 0.27 0.34 0.32 13 0.27 0.56
Hex AE 7F 72 0 1B 22 20 D 1B 38
Octal 256 177 162 0 33 42 40 15 33 70
Binary 10101110 1111111 1110010 0 11011 100010 100000 1101 11011 111000

Color Harmonies of #AE7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F72

Black with #AE7F72

Text Example


Text Example

White with #AE7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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