Html Css Color HEX #AE9C7C Bronco

📋 copy color: '#AE9C7C'

red 174 ◦ green 156 ◦ blue 124

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

Shades of Bronco #AE9C7C

Tints of Bronco #AE9C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

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

R = 38.33%
G = 34.36%
B = 27.31%

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

#AE9C7C (or 0xAE9C7C) is known color: Bronco. HEX triplet: AE, 9C and 7C. RGB value is (174,156,124). Sum of RGB (Red+Green+Blue) = 174+156+124=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C7C is #516383. Grayscale: #9D9D9D. Windows color (decimal): -5333892 or 8166574. OLE color: 8166574.

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

Color convert

RGB 174 156 124 -
CMYK 0 0.10 0.29 0.32
HSL 38.4º 0.24% 0.58% -
HSV(B) 38.4º 0.29% 0.68% -
XYZ 32.98 34.23 23.94 -
YUV 157.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 174 156 124 0 0.10 0.29 0.32 38.4 0.24 0.58
Hex AE 9C 7C 0 A 1D 20 26 18 3A
Octal 256 234 174 0 12 35 40 46 30 72
Binary 10101110 10011100 1111100 0 1010 11101 100000 100110 11000 111010

Color Harmonies of #AE9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C7C

Black with #AE9C7C

Text Example


Text Example

White with #AE9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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