Html Css Color HEX #AE997A Bronco

📋 copy color: '#AE997A'

red 174 ◦ green 153 ◦ blue 122

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

Shades of Bronco #AE997A

Tints of Bronco #AE997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 38.75%
G = 34.08%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE997A (or 0xAE997A) is known color: Bronco. HEX triplet: AE, 99 and 7A. RGB value is (174,153,122). Sum of RGB (Red+Green+Blue) = 174+153+122=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997A is #516685. Grayscale: #9B9B9B. Windows color (decimal): -5334662 or 8034734. OLE color: 8034734.

HSL color Cylindrical-coordinate representation of color #AE997A: hue angle of 35.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE997A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 122 -
CMYK 0 0.12 0.30 0.32
HSL 35.77º 0.24% 0.58% -
HSV(B) 35.77º 0.3% 0.68% -
XYZ 32.36 33.19 23.11 -
YUV 155.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 174 153 122 0 0.12 0.30 0.32 35.77 0.24 0.58
Hex AE 99 7A 0 C 1E 20 24 18 3A
Octal 256 231 172 0 14 36 40 44 30 72
Binary 10101110 10011001 1111010 0 1100 11110 100000 100100 11000 111010

Color Harmonies of #AE997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE997A

Black with #AE997A

Text Example


Text Example

White with #AE997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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