Html Css Color HEX #A49680 Bronco

📋 copy color: '#A49680'

red 164 ◦ green 150 ◦ blue 128

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

Shades of Bronco #A49680

Tints of Bronco #A49680

RGB

 RED value IS 164 (64.45% from 255) = 37.1%

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 37.1%
G = 33.94%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A49680 (or 0xA49680) is known color: Bronco. HEX triplet: A4, 96 and 80. RGB value is (164,150,128). Sum of RGB (Red+Green+Blue) = 164+150+128=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A49680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49680 is #5B697F. Grayscale: #979797. Windows color (decimal): -5990784 or 8427172. OLE color: 8427172.

HSL color Cylindrical-coordinate representation of color #A49680: hue angle of 36.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49680 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 128 -
CMYK 0 0.09 0.22 0.36
HSL 36.67º 0.17% 0.57% -
HSV(B) 36.67º 0.22% 0.64% -
XYZ 30.11 31.26 24.87 -
YUV 151.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 164 150 128 0 0.09 0.22 0.36 36.67 0.17 0.57
Hex A4 96 80 0 9 16 24 25 11 39
Octal 244 226 200 0 11 26 44 45 21 71
Binary 10100100 10010110 10000000 0 1001 10110 100100 100101 10001 111001

Color Harmonies of #A49680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49680

Black with #A49680

Text Example


Text Example

White with #A49680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49680; }

 p { color: rgb(164,150,128); }

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

background-color css

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

 a { background-color: rgb(164,150,128); }

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

border-color css

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

 span { border-color: rgb(164,150,128); }

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