Html Css Color HEX #AE7E7D Brandy Rose

📋 copy color: '#AE7E7D'

red 174 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #AE7E7D

Tints of Brandy Rose #AE7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 40.94%
G = 29.65%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE7E7D (or 0xAE7E7D) is known color: Brandy Rose. HEX triplet: AE, 7E and 7D. RGB value is (174,126,125). Sum of RGB (Red+Green+Blue) = 174+126+125=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E7D is #518182. Grayscale: #8C8C8C. Windows color (decimal): -5341571 or 8224430. OLE color: 8224430.

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

Color convert

RGB 174 126 125 -
CMYK 0 0.28 0.28 0.32
HSL 1.22º 0.23% 0.59% -
HSV(B) 1.22º 0.28% 0.68% -
XYZ 28.62 25.4 22.8 -
YUV 140.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 174 126 125 0 0.28 0.28 0.32 1.22 0.23 0.59
Hex AE 7E 7D 0 1C 1C 20 1 17 3B
Octal 256 176 175 0 34 34 40 1 27 73
Binary 10101110 1111110 1111101 0 11100 11100 100000 1 10111 111011

Color Harmonies of #AE7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E7D

Black with #AE7E7D

Text Example


Text Example

White with #AE7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E7D; }

 p { color: rgb(174,126,125); }

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

background-color css

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

 a { background-color: rgb(174,126,125); }

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

border-color css

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

 span { border-color: rgb(174,126,125); }

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