Html Css Color HEX #A5937C Bronco

📋 copy color: '#A5937C'

red 165 ◦ green 147 ◦ blue 124

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

Shades of Bronco #A5937C

Tints of Bronco #A5937C

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

 GREEN value IS 147 (57.81% from 255) = 33.72%

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

R = 37.84%
G = 33.72%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5937C (or 0xA5937C) is known color: Bronco. HEX triplet: A5, 93 and 7C. RGB value is (165,147,124). Sum of RGB (Red+Green+Blue) = 165+147+124=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5937C is #5A6C83. Grayscale: #959595. Windows color (decimal): -5926020 or 8164261. OLE color: 8164261.

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

Color convert

RGB 165 147 124 -
CMYK 0 0.11 0.25 0.35
HSL 33.66º 0.19% 0.57% -
HSV(B) 33.66º 0.25% 0.65% -
XYZ 29.59 30.32 23.36 -
YUV 149.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 165 147 124 0 0.11 0.25 0.35 33.66 0.19 0.57
Hex A5 93 7C 0 B 19 23 22 13 39
Octal 245 223 174 0 13 31 43 42 23 71
Binary 10100101 10010011 1111100 0 1011 11001 100011 100010 10011 111001

Color Harmonies of #A5937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5937C

Black with #A5937C

Text Example


Text Example

White with #A5937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5937C; }

 p { color: rgb(165,147,124); }

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

background-color css

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

 a { background-color: rgb(165,147,124); }

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

border-color css

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

 span { border-color: rgb(165,147,124); }

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