Html Css Color HEX #AE997C Bronco

📋 copy color: '#AE997C'

red 174 ◦ green 153 ◦ blue 124

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

Shades of Bronco #AE997C

Tints of Bronco #AE997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 38.58%
G = 33.92%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE997C (or 0xAE997C) is known color: Bronco. HEX triplet: AE, 99 and 7C. RGB value is (174,153,124). Sum of RGB (Red+Green+Blue) = 174+153+124=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997C is #516683. Grayscale: #9C9C9C. Windows color (decimal): -5334660 or 8165806. OLE color: 8165806.

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

Color convert

RGB 174 153 124 -
CMYK 0 0.12 0.29 0.32
HSL 34.8º 0.24% 0.58% -
HSV(B) 34.8º 0.29% 0.68% -
XYZ 32.48 33.24 23.77 -
YUV 155.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 174 153 124 0 0.12 0.29 0.32 34.8 0.24 0.58
Hex AE 99 7C 0 C 1D 20 23 18 3A
Octal 256 231 174 0 14 35 40 43 30 72
Binary 10101110 10011001 1111100 0 1100 11101 100000 100011 11000 111010

Color Harmonies of #AE997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE997C

Black with #AE997C

Text Example


Text Example

White with #AE997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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