Html Css Color HEX #A69481 Bronco

📋 copy color: '#A69481'

red 166 ◦ green 148 ◦ blue 129

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

Shades of Bronco #A69481

Tints of Bronco #A69481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 37.47%
G = 33.41%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A69481 (or 0xA69481) is known color: Bronco. HEX triplet: A6, 94 and 81. RGB value is (166,148,129). Sum of RGB (Red+Green+Blue) = 166+148+129=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69481 is #596B7E. Grayscale: #979797. Windows color (decimal): -5860223 or 8492198. OLE color: 8492198.

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

Color convert

RGB 166 148 129 -
CMYK 0 0.11 0.22 0.35
HSL 30.81º 0.17% 0.58% -
HSV(B) 30.81º 0.22% 0.65% -
XYZ 30.28 30.87 25.13 -
YUV 151.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 166 148 129 0 0.11 0.22 0.35 30.81 0.17 0.58
Hex A6 94 81 0 B 16 23 1F 11 3A
Octal 246 224 201 0 13 26 43 37 21 72
Binary 10100110 10010100 10000001 0 1011 10110 100011 11111 10001 111010

Color Harmonies of #A69481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69481

Black with #A69481

Text Example


Text Example

White with #A69481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69481; }

 p { color: rgb(166,148,129); }

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

background-color css

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

 a { background-color: rgb(166,148,129); }

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

border-color css

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

 span { border-color: rgb(166,148,129); }

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