Html Css Color HEX #A5957F Bronco

📋 copy color: '#A5957F'

red 165 ◦ green 149 ◦ blue 127

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

Shades of Bronco #A5957F

Tints of Bronco #A5957F

RGB

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

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

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

R = 37.41%
G = 33.79%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5957F (or 0xA5957F) is known color: Bronco. HEX triplet: A5, 95 and 7F. RGB value is (165,149,127). Sum of RGB (Red+Green+Blue) = 165+149+127=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5957F is #5A6A80. Grayscale: #979797. Windows color (decimal): -5925505 or 8361381. OLE color: 8361381.

HSL color Cylindrical-coordinate representation of color #A5957F: hue angle of 34.74º 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 #A5957F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 127 -
CMYK 0 0.10 0.23 0.35
HSL 34.74º 0.17% 0.57% -
HSV(B) 34.74º 0.23% 0.65% -
XYZ 30.1 31.03 24.48 -
YUV 151.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 165 149 127 0 0.10 0.23 0.35 34.74 0.17 0.57
Hex A5 95 7F 0 A 17 23 23 11 39
Octal 245 225 177 0 12 27 43 43 21 71
Binary 10100101 10010101 1111111 0 1010 10111 100011 100011 10001 111001

Color Harmonies of #A5957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5957F

Black with #A5957F

Text Example


Text Example

White with #A5957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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