Html Css Color HEX #A5937F Bronco

📋 copy color: '#A5937F'

red 165 ◦ green 147 ◦ blue 127

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

Shades of Bronco #A5937F

Tints of Bronco #A5937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 37.59%
G = 33.49%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5937F (or 0xA5937F) is known color: Bronco. HEX triplet: A5, 93 and 7F. RGB value is (165,147,127). Sum of RGB (Red+Green+Blue) = 165+147+127=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5937F is #5A6C80. Grayscale: #969696. Windows color (decimal): -5926017 or 8360869. OLE color: 8360869.

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

Color convert

RGB 165 147 127 -
CMYK 0 0.11 0.23 0.35
HSL 31.58º 0.17% 0.57% -
HSV(B) 31.58º 0.23% 0.65% -
XYZ 29.78 30.4 24.38 -
YUV 150.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 165 147 127 0 0.11 0.23 0.35 31.58 0.17 0.57
Hex A5 93 7F 0 B 17 23 20 11 39
Octal 245 223 177 0 13 27 43 40 21 71
Binary 10100101 10010011 1111111 0 1011 10111 100011 100000 10001 111001

Color Harmonies of #A5937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5937F

Black with #A5937F

Text Example


Text Example

White with #A5937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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