Html Css Color HEX #AE5375 Royal Heath

📋 copy color: '#AE5375'

red 174 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #AE5375

Tints of Royal Heath #AE5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 46.52%
G = 22.19%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE5375 (or 0xAE5375) is known color: Royal Heath. HEX triplet: AE, 53 and 75. RGB value is (174,83,117). Sum of RGB (Red+Green+Blue) = 174+83+117=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5375 is #51AC8A. Grayscale: #727272. Windows color (decimal): -5352587 or 7689134. OLE color: 7689134.

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

Color convert

RGB 174 83 117 -
CMYK 0 0.52 0.33 0.32
HSL 337.58º 0.36% 0.5% -
HSV(B) 337.58º 0.52% 0.68% -
XYZ 23.76 16.47 18.76 -
YUV 114.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 174 83 117 0 0.52 0.33 0.32 337.58 0.36 0.5
Hex AE 53 75 0 34 21 20 152 24 32
Octal 256 123 165 0 64 41 40 522 44 62
Binary 10101110 1010011 1110101 0 110100 100001 100000 101010010 100100 110010

Color Harmonies of #AE5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5375

Black with #AE5375

Text Example


Text Example

White with #AE5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5375; }

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

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

background-color css

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

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

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

border-color css

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

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

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