Html Css Color HEX #AE9875 Bronco

📋 copy color: '#AE9875'

red 174 ◦ green 152 ◦ blue 117

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

Shades of Bronco #AE9875

Tints of Bronco #AE9875

RGB

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

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

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

R = 39.28%
G = 34.31%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE9875 (or 0xAE9875) is known color: Bronco. HEX triplet: AE, 98 and 75. RGB value is (174,152,117). Sum of RGB (Red+Green+Blue) = 174+152+117=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9875 is #51678A. Grayscale: #9A9A9A. Windows color (decimal): -5334923 or 7706798. OLE color: 7706798.

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

Color convert

RGB 174 152 117 -
CMYK 0 0.13 0.33 0.32
HSL 36.84º 0.26% 0.57% -
HSV(B) 36.84º 0.33% 0.68% -
XYZ 31.89 32.74 21.47 -
YUV 154.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 174 152 117 0 0.13 0.33 0.32 36.84 0.26 0.57
Hex AE 98 75 0 D 21 20 25 1A 39
Octal 256 230 165 0 15 41 40 45 32 71
Binary 10101110 10011000 1110101 0 1101 100001 100000 100101 11010 111001

Color Harmonies of #AE9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9875

Black with #AE9875

Text Example


Text Example

White with #AE9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9875; }

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

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

background-color css

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

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

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

border-color css

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

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

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