#A5907B

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

Shades of Bronco #A5907B

Tints of Bronco #A5907B

Color information

#A5907B (or 0xA5907B) is unknown color: approx Bronco. HEX triplet: A5, 90 and 7B. RGB value is (165,144,123). Sum of RGB (Red+Green+Blue) = 165+144+123=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A5907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5907B is #5A6F84. Grayscale: #939393. Windows color (decimal): -5926789 or 8097957. OLE color: 8097957.

HSL color Cylindrical-coordinate representation of color #A5907B: hue angle of 30º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5907B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165144123-
CMYK00.130.250.35
HSL30º18.92%56.47%-
HSV(B)30º25.45%64.71%-
XYZ29.0729.3822.88-
YUV147.88113.96140.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=38.19%
G=33.33%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412300.130.250.353018.9256.47
HexA5907B0D19231e1338
Octal2452201730153143362370
Binary1010010110010000111101101101110011000111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5907B; }

 p { color: rgb(165,144,123); }

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

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

 a { background-color: rgb(165,144,123); }

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

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

 span { border-color: rgb(165,144,123); }

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