Html Css Color HEX #AE9A7C Bronco

📋 copy color: '#AE9A7C'

red 174 ◦ green 154 ◦ blue 124

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

Shades of Bronco #AE9A7C

Tints of Bronco #AE9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.07%

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

R = 38.5%
G = 34.07%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE9A7C (or 0xAE9A7C) is known color: Bronco. HEX triplet: AE, 9A and 7C. RGB value is (174,154,124). Sum of RGB (Red+Green+Blue) = 174+154+124=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7C is #516583. Grayscale: #9C9C9C. Windows color (decimal): -5334404 or 8166062. OLE color: 8166062.

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

Color convert

RGB 174 154 124 -
CMYK 0 0.11 0.29 0.32
HSL 36º 0.24% 0.58% -
HSV(B) 36º 0.29% 0.68% -
XYZ 32.65 33.57 23.83 -
YUV 156.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 174 154 124 0 0.11 0.29 0.32 36 0.24 0.58
Hex AE 9A 7C 0 B 1D 20 24 18 3A
Octal 256 232 174 0 13 35 40 44 30 72
Binary 10101110 10011010 1111100 0 1011 11101 100000 100100 11000 111010

Color Harmonies of #AE9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A7C

Black with #AE9A7C

Text Example


Text Example

White with #AE9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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