Html Css Color HEX #AE8E8E Rosy Brown

📋 copy color: '#AE8E8E'

red 174 ◦ green 142 ◦ blue 142

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

Shades of Rosy Brown #AE8E8E

Tints of Rosy Brown #AE8E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 37.99%
G = 31%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE8E8E (or 0xAE8E8E) is known color: Rosy Brown. HEX triplet: AE, 8E and 8E. RGB value is (174,142,142). Sum of RGB (Red+Green+Blue) = 174+142+142=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E8E is #517171. Grayscale: #979797. Windows color (decimal): -5337458 or 9342638. OLE color: 9342638.

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

Color convert

RGB 174 142 142 -
CMYK 0 0.18 0.18 0.32
HSL 0.16% 0.62% -
HSV(B) 0.18% 0.68% -
XYZ 32.01 30.3 29.75 -
YUV 151.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 174 142 142 0 0.18 0.18 0.32 0 0.16 0.62
Hex AE 8E 8E 0 12 12 20 0 10 3E
Octal 256 216 216 0 22 22 40 0 20 76
Binary 10101110 10001110 10001110 0 10010 10010 100000 0 10000 111110

Color Harmonies of #AE8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E8E

Black with #AE8E8E

Text Example


Text Example

White with #AE8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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