Html Css Color HEX #AE9983 Bronco

📋 copy color: '#AE9983'

red 174 ◦ green 153 ◦ blue 131

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

Shades of Bronco #AE9983

Tints of Bronco #AE9983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

 BLUE value IS 131 (51.56% from 255) = 28.6%

R = 37.99%
G = 33.41%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE9983 (or 0xAE9983) is known color: Bronco. HEX triplet: AE, 99 and 83. RGB value is (174,153,131). Sum of RGB (Red+Green+Blue) = 174+153+131=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9983 is #51667C. Grayscale: #9C9C9C. Windows color (decimal): -5334653 or 8624558. OLE color: 8624558.

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

Color convert

RGB 174 153 131 -
CMYK 0 0.12 0.25 0.32
HSL 30.7º 0.21% 0.6% -
HSV(B) 30.7º 0.25% 0.68% -
XYZ 32.94 33.42 26.19 -
YUV 156.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 174 153 131 0 0.12 0.25 0.32 30.7 0.21 0.6
Hex AE 99 83 0 C 19 20 1F 15 3C
Octal 256 231 203 0 14 31 40 37 25 74
Binary 10101110 10011001 10000011 0 1100 11001 100000 11111 10101 111100

Color Harmonies of #AE9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9983

Black with #AE9983

Text Example


Text Example

White with #AE9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9983; }

 p { color: rgb(174,153,131); }

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

background-color css

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

 a { background-color: rgb(174,153,131); }

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

border-color css

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

 span { border-color: rgb(174,153,131); }

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