Html Css Color HEX #AE8585 Rosy Brown

📋 copy color: '#AE8585'

red 174 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #AE8585

Tints of Rosy Brown #AE8585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 39.55%
G = 30.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE8585 (or 0xAE8585) is known color: Rosy Brown. HEX triplet: AE, 85 and 85. RGB value is (174,133,133). Sum of RGB (Red+Green+Blue) = 174+133+133=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8585 is #517A7A. Grayscale: #919191. Windows color (decimal): -5339771 or 8750510. OLE color: 8750510.

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

Color convert

RGB 174 133 133 -
CMYK 0 0.24 0.24 0.32
HSL 0.2% 0.6% -
HSV(B) 0.24% 0.68% -
XYZ 30.08 27.47 25.91 -
YUV 145.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 174 133 133 0 0.24 0.24 0.32 0 0.2 0.6
Hex AE 85 85 0 18 18 20 0 14 3C
Octal 256 205 205 0 30 30 40 0 24 74
Binary 10101110 10000101 10000101 0 11000 11000 100000 0 10100 111100

Color Harmonies of #AE8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8585

Black with #AE8585

Text Example


Text Example

White with #AE8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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