Html Css Color HEX #A69880 Bronco

📋 copy color: '#A69880'

red 166 ◦ green 152 ◦ blue 128

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

Shades of Bronco #A69880

Tints of Bronco #A69880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

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

R = 37.22%
G = 34.08%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A69880 (or 0xA69880) is known color: Bronco. HEX triplet: A6, 98 and 80. RGB value is (166,152,128). Sum of RGB (Red+Green+Blue) = 166+152+128=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69880 is #59677F. Grayscale: #999999. Windows color (decimal): -5859200 or 8427686. OLE color: 8427686.

HSL color Cylindrical-coordinate representation of color #A69880: hue angle of 37.89º 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 #A69880 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 128 -
CMYK 0 0.08 0.23 0.35
HSL 37.89º 0.18% 0.58% -
HSV(B) 37.89º 0.23% 0.65% -
XYZ 30.85 32.12 25 -
YUV 153.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 166 152 128 0 0.08 0.23 0.35 37.89 0.18 0.58
Hex A6 98 80 0 8 17 23 26 12 3A
Octal 246 230 200 0 10 27 43 46 22 72
Binary 10100110 10011000 10000000 0 1000 10111 100011 100110 10010 111010

Color Harmonies of #A69880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69880

Black with #A69880

Text Example


Text Example

White with #A69880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69880; }

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

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

background-color css

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

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

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

border-color css

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

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

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