#A28F7B

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

Shades of Bronco #A28F7B

Tints of Bronco #A28F7B

Color information

#A28F7B (or 0xA28F7B) is unknown color: approx Bronco. HEX triplet: A2, 8F and 7B. RGB value is (162,143,123). Sum of RGB (Red+Green+Blue) = 162+143+123=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F7B is #5D7084. Grayscale: #929292. Windows color (decimal): -6123653 or 8097698. OLE color: 8097698.

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

Color convert

RGB162143123-
CMYK00.120.240.36
HSL30.77º17.33%55.88%-
HSV(B)30.77º24.07%63.53%-
XYZ28.328.7622.8-
YUV146.4114.79139.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=37.85%
G=33.41%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214312300.120.240.3630.7717.3355.88
HexA28F7B0C18241f1138
Octal2422171730143044372170
Binary1010001010001111111101101100110001001001111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F7B; }

 p { color: rgb(162,143,123); }

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

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

 a { background-color: rgb(162,143,123); }

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

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

 span { border-color: rgb(162,143,123); }

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