Html Css Color HEX #AE7A7A Brandy Rose

📋 copy color: '#AE7A7A'

red 174 ◦ green 122 ◦ blue 122

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

Shades of Brandy Rose #AE7A7A

Tints of Brandy Rose #AE7A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

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

R = 41.63%
G = 29.19%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE7A7A (or 0xAE7A7A) is known color: Brandy Rose. HEX triplet: AE, 7A and 7A. RGB value is (174,122,122). Sum of RGB (Red+Green+Blue) = 174+122+122=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7A is #518585. Grayscale: #898989. Windows color (decimal): -5342598 or 8026798. OLE color: 8026798.

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

Color convert

RGB 174 122 122 -
CMYK 0 0.30 0.30 0.32
HSL 0.24% 0.58% -
HSV(B) 0.3% 0.68% -
XYZ 27.93 24.32 21.64 -
YUV 137.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 174 122 122 0 0.30 0.30 0.32 0 0.24 0.58
Hex AE 7A 7A 0 1E 1E 20 0 18 3A
Octal 256 172 172 0 36 36 40 0 30 72
Binary 10101110 1111010 1111010 0 11110 11110 100000 0 11000 111010

Color Harmonies of #AE7A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A7A

Black with #AE7A7A

Text Example


Text Example

White with #AE7A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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