Html Css Color HEX #AE987C Bronco

📋 copy color: '#AE987C'

red 174 ◦ green 152 ◦ blue 124

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

Shades of Bronco #AE987C

Tints of Bronco #AE987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 38.67%
G = 33.78%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE987C (or 0xAE987C) is known color: Bronco. HEX triplet: AE, 98 and 7C. RGB value is (174,152,124). Sum of RGB (Red+Green+Blue) = 174+152+124=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE987C is #516783. Grayscale: #9B9B9B. Windows color (decimal): -5334916 or 8165550. OLE color: 8165550.

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

Color convert

RGB 174 152 124 -
CMYK 0 0.13 0.29 0.32
HSL 33.6º 0.24% 0.58% -
HSV(B) 33.6º 0.29% 0.68% -
XYZ 32.32 32.91 23.72 -
YUV 155.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 174 152 124 0 0.13 0.29 0.32 33.6 0.24 0.58
Hex AE 98 7C 0 D 1D 20 22 18 3A
Octal 256 230 174 0 15 35 40 42 30 72
Binary 10101110 10011000 1111100 0 1101 11101 100000 100010 11000 111010

Color Harmonies of #AE987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE987C

Black with #AE987C

Text Example


Text Example

White with #AE987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE987C; }

 p { color: rgb(174,152,124); }

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

background-color css

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

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

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

border-color css

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

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

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