Html Css Color HEX #A3947A Bronco

📋 copy color: '#A3947A'

red 163 ◦ green 148 ◦ blue 122

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

Shades of Bronco #A3947A

Tints of Bronco #A3947A

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 37.64%
G = 34.18%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3947A (or 0xA3947A) is known color: Bronco. HEX triplet: A3, 94 and 7A. RGB value is (163,148,122). Sum of RGB (Red+Green+Blue) = 163+148+122=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3947A is #5C6B85. Grayscale: #959595. Windows color (decimal): -6056838 or 8033443. OLE color: 8033443.

HSL color Cylindrical-coordinate representation of color #A3947A: hue angle of 38.05º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3947A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 148 122 -
CMYK 0 0.09 0.25 0.36
HSL 38.05º 0.18% 0.56% -
HSV(B) 38.05º 0.25% 0.64% -
XYZ 29.21 30.37 22.74 -
YUV 149.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 163 148 122 0 0.09 0.25 0.36 38.05 0.18 0.56
Hex A3 94 7A 0 9 19 24 26 12 38
Octal 243 224 172 0 11 31 44 46 22 70
Binary 10100011 10010100 1111010 0 1001 11001 100100 100110 10010 111000

Color Harmonies of #A3947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3947A

Black with #A3947A

Text Example


Text Example

White with #A3947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3947A; }

 p { color: rgb(163,148,122); }

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

background-color css

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

 a { background-color: rgb(163,148,122); }

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

border-color css

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

 span { border-color: rgb(163,148,122); }

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