Html Css Color HEX #AE977A Bronco

📋 copy color: '#AE977A'

red 174 ◦ green 151 ◦ blue 122

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

Shades of Bronco #AE977A

Tints of Bronco #AE977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

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

R = 38.93%
G = 33.78%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE977A (or 0xAE977A) is known color: Bronco. HEX triplet: AE, 97 and 7A. RGB value is (174,151,122). Sum of RGB (Red+Green+Blue) = 174+151+122=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977A is #516885. Grayscale: #9A9A9A. Windows color (decimal): -5335174 or 8034222. OLE color: 8034222.

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

Color convert

RGB 174 151 122 -
CMYK 0 0.13 0.30 0.32
HSL 33.46º 0.24% 0.58% -
HSV(B) 33.46º 0.3% 0.68% -
XYZ 32.04 32.54 23 -
YUV 154.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 174 151 122 0 0.13 0.30 0.32 33.46 0.24 0.58
Hex AE 97 7A 0 D 1E 20 21 18 3A
Octal 256 227 172 0 15 36 40 41 30 72
Binary 10101110 10010111 1111010 0 1101 11110 100000 100001 11000 111010

Color Harmonies of #AE977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE977A

Black with #AE977A

Text Example


Text Example

White with #AE977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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