Html Css Color HEX #AE9D7C Bronco

📋 copy color: '#AE9D7C'

red 174 ◦ green 157 ◦ blue 124

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

Shades of Bronco #AE9D7C

Tints of Bronco #AE9D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.51%

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

R = 38.24%
G = 34.51%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE9D7C (or 0xAE9D7C) is known color: Bronco. HEX triplet: AE, 9D and 7C. RGB value is (174,157,124). Sum of RGB (Red+Green+Blue) = 174+157+124=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D7C is #516283. Grayscale: #9E9E9E. Windows color (decimal): -5333636 or 8166830. OLE color: 8166830.

HSL color Cylindrical-coordinate representation of color #AE9D7C: hue angle of 39.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 #AE9D7C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 157 124 -
CMYK 0 0.10 0.29 0.32
HSL 39.6º 0.24% 0.58% -
HSV(B) 39.6º 0.29% 0.68% -
XYZ 33.15 34.57 23.99 -
YUV 158.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 174 157 124 0 0.10 0.29 0.32 39.6 0.24 0.58
Hex AE 9D 7C 0 A 1D 20 28 18 3A
Octal 256 235 174 0 12 35 40 50 30 72
Binary 10101110 10011101 1111100 0 1010 11101 100000 101000 11000 111010

Color Harmonies of #AE9D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D7C

Black with #AE9D7C

Text Example


Text Example

White with #AE9D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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