Html Css Color HEX #A69581 Bronco

📋 copy color: '#A69581'

red 166 ◦ green 149 ◦ blue 129

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

Shades of Bronco #A69581

Tints of Bronco #A69581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

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

R = 37.39%
G = 33.56%
B = 29.05%

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

#A69581 (or 0xA69581) is known color: Bronco. HEX triplet: A6, 95 and 81. RGB value is (166,149,129). Sum of RGB (Red+Green+Blue) = 166+149+129=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69581 is #596A7E. Grayscale: #979797. Windows color (decimal): -5859967 or 8492454. OLE color: 8492454.

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

Color convert

RGB 166 149 129 -
CMYK 0 0.10 0.22 0.35
HSL 32.43º 0.17% 0.58% -
HSV(B) 32.43º 0.22% 0.65% -
XYZ 30.44 31.19 25.18 -
YUV 151.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 166 149 129 0 0.10 0.22 0.35 32.43 0.17 0.58
Hex A6 95 81 0 A 16 23 20 11 3A
Octal 246 225 201 0 12 26 43 40 21 72
Binary 10100110 10010101 10000001 0 1010 10110 100011 100000 10001 111010

Color Harmonies of #A69581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69581

Black with #A69581

Text Example


Text Example

White with #A69581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69581; }

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

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

background-color css

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

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

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

border-color css

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

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

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