Html Css Color HEX #AE9878 Bronco

📋 copy color: '#AE9878'

red 174 ◦ green 152 ◦ blue 120

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

Shades of Bronco #AE9878

Tints of Bronco #AE9878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

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

R = 39.01%
G = 34.08%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE9878 (or 0xAE9878) is known color: Bronco. HEX triplet: AE, 98 and 78. RGB value is (174,152,120). Sum of RGB (Red+Green+Blue) = 174+152+120=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9878 is #516787. Grayscale: #9B9B9B. Windows color (decimal): -5334920 or 7903406. OLE color: 7903406.

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

Color convert

RGB 174 152 120 -
CMYK 0 0.13 0.31 0.32
HSL 35.56º 0.25% 0.58% -
HSV(B) 35.56º 0.31% 0.68% -
XYZ 32.07 32.81 22.41 -
YUV 154.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 174 152 120 0 0.13 0.31 0.32 35.56 0.25 0.58
Hex AE 98 78 0 D 1F 20 24 19 3A
Octal 256 230 170 0 15 37 40 44 31 72
Binary 10101110 10011000 1111000 0 1101 11111 100000 100100 11001 111010

Color Harmonies of #AE9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9878

Black with #AE9878

Text Example


Text Example

White with #AE9878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9878; }

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

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

background-color css

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

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

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

border-color css

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

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

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