Html Css Color HEX #AE9C78 Bronco

📋 copy color: '#AE9C78'

red 174 ◦ green 156 ◦ blue 120

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

Shades of Bronco #AE9C78

Tints of Bronco #AE9C78

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

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

R = 38.67%
G = 34.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE9C78 (or 0xAE9C78) is known color: Bronco. HEX triplet: AE, 9C and 78. RGB value is (174,156,120). Sum of RGB (Red+Green+Blue) = 174+156+120=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C78 is #516387. Grayscale: #9D9D9D. Windows color (decimal): -5333896 or 7904430. OLE color: 7904430.

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

Color convert

RGB 174 156 120 -
CMYK 0 0.10 0.31 0.32
HSL 40º 0.25% 0.58% -
HSV(B) 40º 0.31% 0.68% -
XYZ 32.73 34.13 22.63 -
YUV 157.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 174 156 120 0 0.10 0.31 0.32 40 0.25 0.58
Hex AE 9C 78 0 A 1F 20 28 19 3A
Octal 256 234 170 0 12 37 40 50 31 72
Binary 10101110 10011100 1111000 0 1010 11111 100000 101000 11001 111010

Color Harmonies of #AE9C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C78

Black with #AE9C78

Text Example


Text Example

White with #AE9C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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