Html Css Color HEX #AE987E Bronco

📋 copy color: '#AE987E'

red 174 ◦ green 152 ◦ blue 126

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

Shades of Bronco #AE987E

Tints of Bronco #AE987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.88%

R = 38.5%
G = 33.63%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE987E (or 0xAE987E) is known color: Bronco. HEX triplet: AE, 98 and 7E. RGB value is (174,152,126). Sum of RGB (Red+Green+Blue) = 174+152+126=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE987E is #516781. Grayscale: #9B9B9B. Windows color (decimal): -5334914 or 8296622. OLE color: 8296622.

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

Color convert

RGB 174 152 126 -
CMYK 0 0.13 0.28 0.32
HSL 32.5º 0.23% 0.59% -
HSV(B) 32.5º 0.28% 0.68% -
XYZ 32.45 32.96 24.39 -
YUV 155.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 174 152 126 0 0.13 0.28 0.32 32.5 0.23 0.59
Hex AE 98 7E 0 D 1C 20 20 17 3B
Octal 256 230 176 0 15 34 40 40 27 73
Binary 10101110 10011000 1111110 0 1101 11100 100000 100000 10111 111011

Color Harmonies of #AE987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE987E

Black with #AE987E

Text Example


Text Example

White with #AE987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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