Html Css Color HEX #AE997F Bronco

📋 copy color: '#AE997F'

red 174 ◦ green 153 ◦ blue 127

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

Shades of Bronco #AE997F

Tints of Bronco #AE997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 38.33%
G = 33.7%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE997F (or 0xAE997F) is known color: Bronco. HEX triplet: AE, 99 and 7F. RGB value is (174,153,127). Sum of RGB (Red+Green+Blue) = 174+153+127=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997F is #516680. Grayscale: #9C9C9C. Windows color (decimal): -5334657 or 8362414. OLE color: 8362414.

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

Color convert

RGB 174 153 127 -
CMYK 0 0.12 0.27 0.32
HSL 33.19º 0.22% 0.59% -
HSV(B) 33.19º 0.27% 0.68% -
XYZ 32.68 33.31 24.79 -
YUV 156.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 174 153 127 0 0.12 0.27 0.32 33.19 0.22 0.59
Hex AE 99 7F 0 C 1B 20 21 16 3B
Octal 256 231 177 0 14 33 40 41 26 73
Binary 10101110 10011001 1111111 0 1100 11011 100000 100001 10110 111011

Color Harmonies of #AE997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE997F

Black with #AE997F

Text Example


Text Example

White with #AE997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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