Html Css Color HEX #A5917B Bronco

📋 copy color: '#A5917B'

red 165 ◦ green 145 ◦ blue 123

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

Shades of Bronco #A5917B

Tints of Bronco #A5917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 38.11%
G = 33.49%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5917B (or 0xA5917B) is known color: Bronco. HEX triplet: A5, 91 and 7B. RGB value is (165,145,123). Sum of RGB (Red+Green+Blue) = 165+145+123=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5917B is #5A6E84. Grayscale: #949494. Windows color (decimal): -5926533 or 8098213. OLE color: 8098213.

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

Color convert

RGB 165 145 123 -
CMYK 0 0.12 0.25 0.35
HSL 31.43º 0.19% 0.56% -
HSV(B) 31.43º 0.25% 0.65% -
XYZ 29.22 29.68 22.93 -
YUV 148.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 165 145 123 0 0.12 0.25 0.35 31.43 0.19 0.56
Hex A5 91 7B 0 C 19 23 1F 13 38
Octal 245 221 173 0 14 31 43 37 23 70
Binary 10100101 10010001 1111011 0 1100 11001 100011 11111 10011 111000

Color Harmonies of #A5917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5917B

Black with #A5917B

Text Example


Text Example

White with #A5917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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