Html Css Color HEX #AE7F73 Brandy Rose

📋 copy color: '#AE7F73'

red 174 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #AE7F73

Tints of Brandy Rose #AE7F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 41.83%
G = 30.53%
B = 27.64%

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

#AE7F73 (or 0xAE7F73) is known color: Brandy Rose. HEX triplet: AE, 7F and 73. RGB value is (174,127,115). Sum of RGB (Red+Green+Blue) = 174+127+115=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F73 is #51808C. Grayscale: #8B8B8B. Windows color (decimal): -5341325 or 7569326. OLE color: 7569326.

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

Color convert

RGB 174 127 115 -
CMYK 0 0.27 0.34 0.32
HSL 12.2º 0.27% 0.57% -
HSV(B) 12.2º 0.34% 0.68% -
XYZ 28.14 25.42 19.64 -
YUV 139.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 174 127 115 0 0.27 0.34 0.32 12.2 0.27 0.57
Hex AE 7F 73 0 1B 22 20 C 1B 39
Octal 256 177 163 0 33 42 40 14 33 71
Binary 10101110 1111111 1110011 0 11011 100010 100000 1100 11011 111001

Color Harmonies of #AE7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F73

Black with #AE7F73

Text Example


Text Example

White with #AE7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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