Html Css Color HEX #AE9675 Bronco

📋 copy color: '#AE9675'

red 174 ◦ green 150 ◦ blue 117

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

Shades of Bronco #AE9675

Tints of Bronco #AE9675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 39.46%
G = 34.01%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE9675 (or 0xAE9675) is known color: Bronco. HEX triplet: AE, 96 and 75. RGB value is (174,150,117). Sum of RGB (Red+Green+Blue) = 174+150+117=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9675 is #51698A. Grayscale: #999999. Windows color (decimal): -5335435 or 7706286. OLE color: 7706286.

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

Color convert

RGB 174 150 117 -
CMYK 0 0.14 0.33 0.32
HSL 34.74º 0.26% 0.57% -
HSV(B) 34.74º 0.33% 0.68% -
XYZ 31.57 32.1 21.36 -
YUV 153.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 174 150 117 0 0.14 0.33 0.32 34.74 0.26 0.57
Hex AE 96 75 0 E 21 20 23 1A 39
Octal 256 226 165 0 16 41 40 43 32 71
Binary 10101110 10010110 1110101 0 1110 100001 100000 100011 11010 111001

Color Harmonies of #AE9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9675

Black with #AE9675

Text Example


Text Example

White with #AE9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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