Html Css Color HEX #AE9673 Bronco

📋 copy color: '#AE9673'

red 174 ◦ green 150 ◦ blue 115

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

Shades of Bronco #AE9673

Tints of Bronco #AE9673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 39.64%
G = 34.17%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE9673 (or 0xAE9673) is known color: Bronco. HEX triplet: AE, 96 and 73. RGB value is (174,150,115). Sum of RGB (Red+Green+Blue) = 174+150+115=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9673 is #51698C. Grayscale: #999999. Windows color (decimal): -5335437 or 7575214. OLE color: 7575214.

HSL color Cylindrical-coordinate representation of color #AE9673: hue angle of 35.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9673 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 150 115 -
CMYK 0 0.14 0.34 0.32
HSL 35.59º 0.27% 0.57% -
HSV(B) 35.59º 0.34% 0.68% -
XYZ 31.46 32.05 20.75 -
YUV 153.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 174 150 115 0 0.14 0.34 0.32 35.59 0.27 0.57
Hex AE 96 73 0 E 22 20 24 1B 39
Octal 256 226 163 0 16 42 40 44 33 71
Binary 10101110 10010110 1110011 0 1110 100010 100000 100100 11011 111001

Color Harmonies of #AE9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9673

Black with #AE9673

Text Example


Text Example

White with #AE9673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9673; }

 p { color: rgb(174,150,115); }

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

background-color css

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

 a { background-color: rgb(174,150,115); }

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

border-color css

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

 span { border-color: rgb(174,150,115); }

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