Html Css Color HEX #AE9B7C Bronco

📋 copy color: '#AE9B7C'

red 174 ◦ green 155 ◦ blue 124

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

Shades of Bronco #AE9B7C

Tints of Bronco #AE9B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.22%

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

R = 38.41%
G = 34.22%
B = 27.37%

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

#AE9B7C (or 0xAE9B7C) is known color: Bronco. HEX triplet: AE, 9B and 7C. RGB value is (174,155,124). Sum of RGB (Red+Green+Blue) = 174+155+124=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B7C is #516483. Grayscale: #9D9D9D. Windows color (decimal): -5334148 or 8166318. OLE color: 8166318.

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

Color convert

RGB 174 155 124 -
CMYK 0 0.11 0.29 0.32
HSL 37.2º 0.24% 0.58% -
HSV(B) 37.2º 0.29% 0.68% -
XYZ 32.82 33.9 23.88 -
YUV 157.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 174 155 124 0 0.11 0.29 0.32 37.2 0.24 0.58
Hex AE 9B 7C 0 B 1D 20 25 18 3A
Octal 256 233 174 0 13 35 40 45 30 72
Binary 10101110 10011011 1111100 0 1011 11101 100000 100101 11000 111010

Color Harmonies of #AE9B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B7C

Black with #AE9B7C

Text Example


Text Example

White with #AE9B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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