Html Css Color HEX #A1947D Bronco

📋 copy color: '#A1947D'

red 161 ◦ green 148 ◦ blue 125

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

Shades of Bronco #A1947D

Tints of Bronco #A1947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 37.1%
G = 34.1%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1947D (or 0xA1947D) is known color: Bronco. HEX triplet: A1, 94 and 7D. RGB value is (161,148,125). Sum of RGB (Red+Green+Blue) = 161+148+125=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1947D is #5E6B82. Grayscale: #959595. Windows color (decimal): -6187907 or 8230049. OLE color: 8230049.

HSL color Cylindrical-coordinate representation of color #A1947D: hue angle of 38.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 #A1947D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 125 -
CMYK 0 0.08 0.22 0.37
HSL 38.33º 0.16% 0.56% -
HSV(B) 38.33º 0.22% 0.63% -
XYZ 28.99 30.24 23.71 -
YUV 149.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 161 148 125 0 0.08 0.22 0.37 38.33 0.16 0.56
Hex A1 94 7D 0 8 16 25 26 10 38
Octal 241 224 175 0 10 26 45 46 20 70
Binary 10100001 10010100 1111101 0 1000 10110 100101 100110 10000 111000

Color Harmonies of #A1947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1947D

Black with #A1947D

Text Example


Text Example

White with #A1947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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