#A3947D

Color #A3947D Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #A3947D

Tints of Bronco #A3947D

Color information

#A3947D (or 0xA3947D) is unknown color: approx Bronco. HEX triplet: A3, 94 and 7D. RGB value is (163,148,125). Sum of RGB (Red+Green+Blue) = 163+148+125=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3947D is #5C6B82. Grayscale: #959595. Windows color (decimal): -6056835 or 8230051. OLE color: 8230051.

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

Color convert

RGB163148125-
CMYK00.090.230.36
HSL36.32º17.12%56.47%-
HSV(B)36.32º23.31%63.92%-
XYZ29.430.4523.73-
YUV149.86113.97137.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=37.39%
G=33.94%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314812500.090.230.3636.3217.1256.47
HexA3947D091724241138
Octal2432241750112744442170
Binary10100011100101001111101010011011110010010010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3947D; }

 p { color: rgb(163,148,125); }

 H1.HeaderClassName
 {
   color: #A3947D;
 }
 .AnyTagClassName
 {
   color: #A3947D;
 }
</style>
background-color css

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

 a { background-color: rgb(163,148,125); }

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

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

 span { border-color: rgb(163,148,125); }

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