Html Css Color HEX #A5917E Bronco

📋 copy color: '#A5917E'

red 165 ◦ green 145 ◦ blue 126

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

Shades of Bronco #A5917E

Tints of Bronco #A5917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 37.84%
G = 33.26%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5917E (or 0xA5917E) is known color: Bronco. HEX triplet: A5, 91 and 7E. RGB value is (165,145,126). Sum of RGB (Red+Green+Blue) = 165+145+126=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5917E is #5A6E81. Grayscale: #949494. Windows color (decimal): -5926530 or 8294821. OLE color: 8294821.

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

Color convert

RGB 165 145 126 -
CMYK 0 0.12 0.24 0.35
HSL 29.23º 0.18% 0.57% -
HSV(B) 29.23º 0.24% 0.65% -
XYZ 29.41 29.76 23.93 -
YUV 148.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 165 145 126 0 0.12 0.24 0.35 29.23 0.18 0.57
Hex A5 91 7E 0 C 18 23 1D 12 39
Octal 245 221 176 0 14 30 43 35 22 71
Binary 10100101 10010001 1111110 0 1100 11000 100011 11101 10010 111001

Color Harmonies of #A5917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5917E

Black with #A5917E

Text Example


Text Example

White with #A5917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5917E; }

 p { color: rgb(165,145,126); }

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

background-color css

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

 a { background-color: rgb(165,145,126); }

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

border-color css

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

 span { border-color: rgb(165,145,126); }

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