Html Css Color HEX #AE9978 Bronco

📋 copy color: '#AE9978'

red 174 ◦ green 153 ◦ blue 120

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

Shades of Bronco #AE9978

Tints of Bronco #AE9978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 38.93%
G = 34.23%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE9978 (or 0xAE9978) is known color: Bronco. HEX triplet: AE, 99 and 78. RGB value is (174,153,120). Sum of RGB (Red+Green+Blue) = 174+153+120=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9978 is #516687. Grayscale: #9B9B9B. Windows color (decimal): -5334664 or 7903662. OLE color: 7903662.

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

Color convert

RGB 174 153 120 -
CMYK 0 0.12 0.31 0.32
HSL 36.67º 0.25% 0.58% -
HSV(B) 36.67º 0.31% 0.68% -
XYZ 32.24 33.14 22.47 -
YUV 155.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 174 153 120 0 0.12 0.31 0.32 36.67 0.25 0.58
Hex AE 99 78 0 C 1F 20 25 19 3A
Octal 256 231 170 0 14 37 40 45 31 72
Binary 10101110 10011001 1111000 0 1100 11111 100000 100101 11001 111010

Color Harmonies of #AE9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9978

Black with #AE9978

Text Example


Text Example

White with #AE9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9978; }

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

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

background-color css

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

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

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

border-color css

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

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

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