Html Css Color HEX #A69682 Bronco

📋 copy color: '#A69682'

red 166 ◦ green 150 ◦ blue 130

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

Shades of Bronco #A69682

Tints of Bronco #A69682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 37.22%
G = 33.63%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A69682 (or 0xA69682) is known color: Bronco. HEX triplet: A6, 96 and 82. RGB value is (166,150,130). Sum of RGB (Red+Green+Blue) = 166+150+130=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69682 is #59697D. Grayscale: #989898. Windows color (decimal): -5859710 or 8558246. OLE color: 8558246.

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

Color convert

RGB 166 150 130 -
CMYK 0 0.10 0.22 0.35
HSL 33.33º 0.17% 0.58% -
HSV(B) 33.33º 0.22% 0.65% -
XYZ 30.66 31.53 25.59 -
YUV 152.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 166 150 130 0 0.10 0.22 0.35 33.33 0.17 0.58
Hex A6 96 82 0 A 16 23 21 11 3A
Octal 246 226 202 0 12 26 43 41 21 72
Binary 10100110 10010110 10000010 0 1010 10110 100011 100001 10001 111010

Color Harmonies of #A69682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69682

Black with #A69682

Text Example


Text Example

White with #A69682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69682; }

 p { color: rgb(166,150,130); }

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

background-color css

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

 a { background-color: rgb(166,150,130); }

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

border-color css

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

 span { border-color: rgb(166,150,130); }

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