Html Css Color HEX #A3957C Bronco

📋 copy color: '#A3957C'

red 163 ◦ green 149 ◦ blue 124

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

Shades of Bronco #A3957C

Tints of Bronco #A3957C

RGB

 RED value IS 163 (64.06% from 255) = 37.39%

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 37.39%
G = 34.17%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3957C (or 0xA3957C) is known color: Bronco. HEX triplet: A3, 95 and 7C. RGB value is (163,149,124). Sum of RGB (Red+Green+Blue) = 163+149+124=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3957C is #5C6A83. Grayscale: #969696. Windows color (decimal): -6056580 or 8164771. OLE color: 8164771.

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

Color convert

RGB 163 149 124 -
CMYK 0 0.09 0.24 0.36
HSL 38.46º 0.17% 0.56% -
HSV(B) 38.46º 0.24% 0.64% -
XYZ 29.49 30.74 23.45 -
YUV 150.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 163 149 124 0 0.09 0.24 0.36 38.46 0.17 0.56
Hex A3 95 7C 0 9 18 24 26 11 38
Octal 243 225 174 0 11 30 44 46 21 70
Binary 10100011 10010101 1111100 0 1001 11000 100100 100110 10001 111000

Color Harmonies of #A3957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3957C

Black with #A3957C

Text Example


Text Example

White with #A3957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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