Html Css Color HEX #A1917D Bronco

📋 copy color: '#A1917D'

red 161 ◦ green 145 ◦ blue 125

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

Shades of Bronco #A1917D

Tints of Bronco #A1917D

RGB

 RED value IS 161 (63.28% from 255) = 37.35%

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 37.35%
G = 33.64%
B = 29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1917D (or 0xA1917D) is known color: Bronco. HEX triplet: A1, 91 and 7D. RGB value is (161,145,125). Sum of RGB (Red+Green+Blue) = 161+145+125=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1917D is #5E6E82. Grayscale: #939393. Windows color (decimal): -6188675 or 8229281. OLE color: 8229281.

HSL color Cylindrical-coordinate representation of color #A1917D: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1917D is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 125 -
CMYK 0 0.10 0.22 0.37
HSL 33.33º 0.16% 0.56% -
HSV(B) 33.33º 0.22% 0.63% -
XYZ 28.53 29.31 23.56 -
YUV 147.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 161 145 125 0 0.10 0.22 0.37 33.33 0.16 0.56
Hex A1 91 7D 0 A 16 25 21 10 38
Octal 241 221 175 0 12 26 45 41 20 70
Binary 10100001 10010001 1111101 0 1010 10110 100101 100001 10000 111000

Color Harmonies of #A1917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1917D

Black with #A1917D

Text Example


Text Example

White with #A1917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1917D; }

 p { color: rgb(161,145,125); }

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

background-color css

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

 a { background-color: rgb(161,145,125); }

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

border-color css

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

 span { border-color: rgb(161,145,125); }

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