Html Css Color HEX #AE7E7A Brandy Rose

📋 copy color: '#AE7E7A'

red 174 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #AE7E7A

Tints of Brandy Rose #AE7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 41.23%
G = 29.86%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE7E7A (or 0xAE7E7A) is known color: Brandy Rose. HEX triplet: AE, 7E and 7A. RGB value is (174,126,122). Sum of RGB (Red+Green+Blue) = 174+126+122=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E7A is #518185. Grayscale: #8B8B8B. Windows color (decimal): -5341574 or 8027822. OLE color: 8027822.

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

Color convert

RGB 174 126 122 -
CMYK 0 0.28 0.30 0.32
HSL 4.62º 0.24% 0.58% -
HSV(B) 4.62º 0.3% 0.68% -
XYZ 28.43 25.33 21.8 -
YUV 139.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 174 126 122 0 0.28 0.30 0.32 4.62 0.24 0.58
Hex AE 7E 7A 0 1C 1E 20 5 18 3A
Octal 256 176 172 0 34 36 40 5 30 72
Binary 10101110 1111110 1111010 0 11100 11110 100000 101 11000 111010

Color Harmonies of #AE7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E7A

Black with #AE7E7A

Text Example


Text Example

White with #AE7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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