Html Css Color HEX #AE9A82 Bronco

📋 copy color: '#AE9A82'

red 174 ◦ green 154 ◦ blue 130

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

Shades of Bronco #AE9A82

Tints of Bronco #AE9A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 37.99%
G = 33.62%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE9A82 (or 0xAE9A82) is known color: Bronco. HEX triplet: AE, 9A and 82. RGB value is (174,154,130). Sum of RGB (Red+Green+Blue) = 174+154+130=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A82 is #51657D. Grayscale: #9D9D9D. Windows color (decimal): -5334398 or 8559278. OLE color: 8559278.

HSL color Cylindrical-coordinate representation of color #AE9A82: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9A82 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 154 130 -
CMYK 0 0.11 0.25 0.32
HSL 32.73º 0.21% 0.6% -
HSV(B) 32.73º 0.25% 0.68% -
XYZ 33.04 33.72 25.89 -
YUV 157.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 174 154 130 0 0.11 0.25 0.32 32.73 0.21 0.6
Hex AE 9A 82 0 B 19 20 21 15 3C
Octal 256 232 202 0 13 31 40 41 25 74
Binary 10101110 10011010 10000010 0 1011 11001 100000 100001 10101 111100

Color Harmonies of #AE9A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A82

Black with #AE9A82

Text Example


Text Example

White with #AE9A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A82; }

 p { color: rgb(174,154,130); }

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

background-color css

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

 a { background-color: rgb(174,154,130); }

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

border-color css

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

 span { border-color: rgb(174,154,130); }

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