#A38F7C

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

Shades of Bronco #A38F7C

Tints of Bronco #A38F7C

Color information

#A38F7C (or 0xA38F7C) is unknown color: approx Bronco. HEX triplet: A3, 8F and 7C. RGB value is (163,143,124). Sum of RGB (Red+Green+Blue) = 163+143+124=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F7C is #5C7083. Grayscale: #929292. Windows color (decimal): -6058116 or 8163235. OLE color: 8163235.

HSL color Cylindrical-coordinate representation of color #A38F7C: hue angle of 29.23º 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 #A38F7C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB163143124-
CMYK00.120.240.36
HSL29.23º17.49%56.27%-
HSV(B)29.23º23.93%63.92%-
XYZ28.5628.8923.14-
YUV146.81115.13139.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=37.91%
G=33.26%
B=28.84%

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
Decimal16314312400.120.240.3629.2317.4956.27
HexA38F7C0C18241d1138
Octal2432171740143044352170
Binary1010001110001111111110001100110001001001110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F7C; }

 p { color: rgb(163,143,124); }

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

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

 a { background-color: rgb(163,143,124); }

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

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

 span { border-color: rgb(163,143,124); }

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