Html Css Color HEX #AE7D75 Brandy Rose

📋 copy color: '#AE7D75'

red 174 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #AE7D75

Tints of Brandy Rose #AE7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 41.83%
G = 30.05%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE7D75 (or 0xAE7D75) is known color: Brandy Rose. HEX triplet: AE, 7D and 75. RGB value is (174,125,117). Sum of RGB (Red+Green+Blue) = 174+125+117=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D75 is #51828A. Grayscale: #8A8A8A. Windows color (decimal): -5341835 or 7699886. OLE color: 7699886.

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

Color convert

RGB 174 125 117 -
CMYK 0 0.28 0.33 0.32
HSL 8.42º 0.26% 0.57% -
HSV(B) 8.42º 0.33% 0.68% -
XYZ 28 24.95 20.17 -
YUV 138.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 174 125 117 0 0.28 0.33 0.32 8.42 0.26 0.57
Hex AE 7D 75 0 1C 21 20 8 1A 39
Octal 256 175 165 0 34 41 40 10 32 71
Binary 10101110 1111101 1110101 0 11100 100001 100000 1000 11010 111001

Color Harmonies of #AE7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D75

Black with #AE7D75

Text Example


Text Example

White with #AE7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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