Html Css Color HEX #A5967C Bronco

📋 copy color: '#A5967C'

red 165 ◦ green 150 ◦ blue 124

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

Shades of Bronco #A5967C

Tints of Bronco #A5967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 37.59%
G = 34.17%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5967C (or 0xA5967C) is known color: Bronco. HEX triplet: A5, 96 and 7C. RGB value is (165,150,124). Sum of RGB (Red+Green+Blue) = 165+150+124=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5967C is #5A6983. Grayscale: #979797. Windows color (decimal): -5925252 or 8165029. OLE color: 8165029.

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

Color convert

RGB 165 150 124 -
CMYK 0 0.09 0.25 0.35
HSL 38.05º 0.19% 0.57% -
HSV(B) 38.05º 0.25% 0.65% -
XYZ 30.06 31.27 23.52 -
YUV 151.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 165 150 124 0 0.09 0.25 0.35 38.05 0.19 0.57
Hex A5 96 7C 0 9 19 23 26 13 39
Octal 245 226 174 0 11 31 43 46 23 71
Binary 10100101 10010110 1111100 0 1001 11001 100011 100110 10011 111001

Color Harmonies of #A5967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5967C

Black with #A5967C

Text Example


Text Example

White with #A5967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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