Html Css Color HEX #A69780 Bronco

📋 copy color: '#A69780'

red 166 ◦ green 151 ◦ blue 128

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

Shades of Bronco #A69780

Tints of Bronco #A69780

RGB

 RED value IS 166 (65.23% from 255) = 37.3%

 GREEN value IS 151 (59.38% from 255) = 33.93%

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

R = 37.3%
G = 33.93%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A69780 (or 0xA69780) is known color: Bronco. HEX triplet: A6, 97 and 80. RGB value is (166,151,128). Sum of RGB (Red+Green+Blue) = 166+151+128=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A69780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69780 is #59687F. Grayscale: #989898. Windows color (decimal): -5859456 or 8427430. OLE color: 8427430.

HSL color Cylindrical-coordinate representation of color #A69780: hue angle of 36.32º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69780 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 128 -
CMYK 0 0.09 0.23 0.35
HSL 36.32º 0.18% 0.58% -
HSV(B) 36.32º 0.23% 0.65% -
XYZ 30.69 31.8 24.94 -
YUV 152.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 166 151 128 0 0.09 0.23 0.35 36.32 0.18 0.58
Hex A6 97 80 0 9 17 23 24 12 3A
Octal 246 227 200 0 11 27 43 44 22 72
Binary 10100110 10010111 10000000 0 1001 10111 100011 100100 10010 111010

Color Harmonies of #A69780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69780

Black with #A69780

Text Example


Text Example

White with #A69780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69780; }

 p { color: rgb(166,151,128); }

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

background-color css

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

 a { background-color: rgb(166,151,128); }

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

border-color css

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

 span { border-color: rgb(166,151,128); }

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